all groups > coldfusion flash integration > april 2005 >
You're in the

coldfusion flash integration

group:

passing CFform input field values to Coldfusion variables


passing CFform input field values to Coldfusion variables khoj
4/26/2005 12:00:00 AM
coldfusion flash integration:
Hi ,
I am trying to capture the values from a cfform hidden input field into
a coldfusion variable.

<cfinput type="hidden" name="ID"
bind="{userGrid.dataProvider[userGrid.selectedIndex]['userid']}">
<cfset num = #ID#>

will this work ???

Any ideas.. how to achieve this.

thanks in advance
Re: passing CFform input field values to Coldfusion variables pope on acid
4/27/2005 12:00:00 AM
Nope,
I try to get this working for several days. For some dirty reason MX7 doesn't
recognize an input field as a variabele.

It also looks like:
- MX7 doesn't allow multiple buttons on a single flash form to run different
queries.
- MX7 Flash forms doesn't support Decryption of Encrypted DB fields.
-MX7doesn't take textfields values in flash forms as URL vars.

So it looks like MX7 with the poor dynamic flash forms isn't the right choice
for building dynamic web applications!


Re: passing CFform input field values to Coldfusion variables khoj
4/27/2005 12:00:00 AM
Well well thats not a possitive respone i expected..

I am pretty new to cfmx7 and was so excited seeing the flash forms,
if flash forms cannot do this...
i can very well use HTML/cfforms type HTML.

thanks anyway.

i am still open for suggestions...

AddThis Social Bookmark Button