Thanks for the replies Kevin and Jake, so to clarify the idea is to output 
the value onto the screen. So what I should do is give the cfinput a hidden 
type and then store that to a variable?

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

So to change the cfinput code above it would be:

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

How would I output the dynamic value #form.UPDATED# ??

With cfscript? Cfoutput doesn´t seem to work, thanks
Thanks




>From: "Kevin Aebig" <[EMAIL PROTECTED]>
>Reply-To: [email protected]
>To: CF-Talk <[email protected]>
>Subject: RE: Anyone?! Does anybody know about cfforms? Should be simple!
>Date: Mon, 23 Oct 2006 09:14:18 -0600
>
>You can store it for the life of the page or until you submit it.
>
>I'm not exactly sure what you want when you say output it? Do you mean to
>the screen, to a component or to another script?
>
>How do you want it to show up?
>
>!k
>
>-----Original Message-----
>From: Jake Churchill [mailto:[EMAIL PROTECTED]
>Sent: Monday, October 23, 2006 8:08 AM
>To: CF-Talk
>Subject: Re: Anyone?! Does anybody know about cfforms? Should be simple!
>
>You can output it with actionscript but I don't believe you can store
>it. Maybe you can. In that case, I have always just set a hidden variable.
>
>Ed Goodson wrote:
> > 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:257794
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