Anyone have any ideas why this portion of my cfform isn't working
<cfformgroup type="page" label="Call History">
<cfformgroup type="horizontal">
<cfgrid name="callHistory" query="MemberActivity" height="155"
rowheaders="no">
<cfgridcolumn name="CALL_TYPE_ID" header="Call Type" />
<cfgridcolumn name="CALL_DATE" header="Date"
mask="DD/MM/YYYY" />
<cfgridcolumn name="CALL_TIME" header="Time" />
<cfgridcolumn name="REP_ID" header="Mac Rep" />
</cfgrid>
<cftextarea name="historyNotes" label="" wrap="virtual"
rows="10" cols="20"
bind="{callHistory.dataProvider[callHistory.selectedIndex]['CALL_TIME']}"
/>
</cfformgroup>
</cfformgroup>
The form itself works but this doesn't. I just want the call time to
be displayed inside the text area every time the user selects a
different row in the cfgrid.
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email to
[email protected] with the words 'unsubscribe cfcdev' as the subject of the
email.
CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting
(www.cfxhosting.com).
CFCDev is supported by New Atlanta, makers of BlueDragon
http://www.newatlanta.com/products/bluedragon/index.cfm
An archive of the CFCDev list is available at
www.mail-archive.com/[email protected]