Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
IntoThinAir #1
Populate Flash Based Form from a cfgrid.
Hello,
I have a flash based form in CFMX 8. It has a two cfinput fields (first name,
last name), I also have a cfgrid which displays a list of users and what I want
to do is select a name in the grid and have it populate the cfinput fields.
Is this possible, if so does some one have an example, please.
Thanks!
IntoThinAir Guest
-
CF Flash Form and CFGRID
Hello, I'm trying to create a page CFFORM flash page where the cfgrid will display results base on a start and end date. The user selects these... -
CFGrid in Flash Form
I'm trying to display my data in a flash form in 2 rows, The first row to display the currenty month follow by the day 1-31. The second row is to... -
[CFMX 7] CFGRID form flash bug ?
Ciao, problems with updating record containing characters punctuation. test: create table with name " content " with fields name... -
flash form cfgrid
Hi, I'm using a flash form with a cfgrid. I can insert a grid by doing GridData.insertRow(mygrid); , but I want to insert specific data in that... -
Populate form values based on previous same form fields
This message is cross posted in alt.comp.lang.php & comp.lang.javascript I have a form for a user to input an establishment's hours and what time... -
The ScareCrow #2
Re: Populate Flash Based Form from a cfgrid.
Just bind the grid column to the input field
<cfinput type="text" name="firstname" bind="{GRIDNAME.COLUMNNAME}">
Ken
The ScareCrow Guest



Reply With Quote

