> I am trying to use a CFFORM format="Flash" tag that has multiple tabs.  
> I want the user to be able to enter information on the first tab, and 
> then by clicking on the second tab, have the data available.  I 
> thought that this was a relatively simple request, but I cannot seem 
> to get the variables to be accessible on the second tab.  How do I 
> reference the variables?
> 
> I know that it is not 'form.textbox1'
> nor is it  'formname.textbox1'
> 
> I am also trying to access a javascript function from with the Flash 
> form, and anytime that I refernce the function, the form just plain 
> doesn't display...??  
> 
> Any help would be greatly appreciated.
> 
> Thanks,

You'll have to use a binding expression, either on the form elements, or on the 
cfformitem, like <cfformitem type="text" bind="{textbox1.text}">

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 by AdobeĀ®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

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

Reply via email to