I can output and change dynamic data in cfforms fine using cfgrid
and on Change actionscript on cfinputs and cfselects (cfinput like this):

<cfinput type="text" name="UPDATED" label="UPDATED"
bind="{UsersGrid.dataProvider[UsersGrid.selectedIndex]['UPDATED']}"on
Change="UsersGrid.dataProvider.editField(USersGrid.selectedIndex,
'UPDATED', UPDATED.text);">

I am just wondering how and if it is possible to output the value
dynamically as in the code above but without it being a cfinput or
cfselect field (like a cfoutput which doesn´t work in cfforms format
flash).
How would I output the value above? With cfscript and actionscript or do I
have to make
the cfinput type="hidden", save the value to a variable and output like
that? CFScript?

Thanks for any pointers

_________________________________________________________________
Windows Live™ Messenger has arrived. Click here to download it for free! 
http://imagine-msn.com/messenger/launch80/?locale=en-gb


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:257738
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to