Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
davidmedifit #1
Binding in a Flash Form
I am trying to bind / validate a flash form field based on the data input by
the user, that is passed to a function in my application.
For example, the user enters an employee ID, and I want to check to see if
that ID is in a database of ID's. When the user enters the ID I would (possibly
by binding?) pass the value to a CF function that will validate the employee
ID, and return a 1/0 based on whether the number was found.
Normally, on a HTML form, I would wait unti the form is submitted, and then do
the usual "throw back" to the original form - exactly what Flash forms are
supposed to overcome! Doing the validation when the user tries to submit the
form would do suffice.
Do I need to validate / call the function using action script? If so, can that
script call a CF function (on the same page as the form)? Alternatively, can I
make a SQL call in AS?
Any insight appreciated.
David
davidmedifit Guest
-
conditional data binding in flash form
I am having trouble with grid binding in a flash form. When an item is selected in the grid, Detailed info will show up in the panel below the grid.... -
flash form and binding a style... sort of
Hi, I have created a flash form that allows a user to type in text that automatically fills in on the same page using bind. Bind does not seem to... -
binding from cfgrid in a flash form to an html link
I need to pass the Id from the flash form cfgrid to a url variable in a link. Is this possible with the new flash forms? <a... -
CF7 Flash Form Data Binding
In the CF7 help file for Binding data in Flash forms it says "You can use ActionScript expressions in Flash bind statements." I'd like a conditional... -
Binding Data from a Form to a Table
What is the Data Type of the field in the table? Open the table in Design View to the right of the field name should be the data type. -- Wayne...



Reply With Quote

