Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
menotti08 #1
Flash form Paging
how can i add an auto next button to my flash form
<cfform format="flash" height="600" width="750" skin="haloBlue">
<cfgrid name="grid" query="clientes" selectmode="select"
height="500">
<cfgridcolumn
name="NumeroOrigen">
<cfgridcolumn
name="NumeroDestino">
<cfgridcolumn name="fecha"
width="150">
<cfgridcolumn name="duracionminutos">
<cfgridcolumn name="Destino">
</cfgrid>
</cfform>
menotti08 Guest
-
Pass URL Parameter from html form to flash form
In CF, I have a link to a form to update a students attendance; takeattendancehv1.cfm?StudentID=#allstudents.StudentID# . I'm using a flash form in... -
Dynamically Adding Form Fields to CF Flash Form
I think I know the answer to this but, after some failed Googles, I wanted to double-check here. I have a Flash-based event registration form I'm... -
Cannot pass form field variable from Flash form to CFC
hello, could someone please help me with an issue i'm having.... i'm trying to pass data from flash form fields into my coldfusion component... -
mx 7 flash form The form data has expired, Please reloadthis page in your browser.
When i first go to any flash form on my CFMX 7 server i get the following message. The form data has expired, Please reload this page in your... -
flash form: how to align form controls in table manner
Lets say that we have three columns and two rows and each cell have an input. I can align the inputs vertically using html table. How do I do it the...



Reply With Quote

