> > 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}">

Thanks for the response.  I guess I need to refine my question further.  I want 
to take user input from the first tab and then use it dynamically on the second 
tab - choice on first tab affects possible choices on second tab.  And then 
similarily, choices made on second tab affect available choices on third tab 
and then everything culminates on the fourth and final tab.  I can't even seem 
to get a Javascript call to work for an onChange procedure.  I will be mostly 
selects built from queries - I was hoping to be able to limit the query results 
by the entered form data (but this doesn't work).

Thanks,

Rob

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:284254
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