Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Rick #1
prolbmes with bind in flash form (MX7)
Can anyone tell me what I am doing wrong with my bind property in this CFFORM.
When I use it the form will not display.
<cfform format="flash" name="form1">
<cfgrid name="UserList" query="UserAccounts" rowheaders="no" height="150"
width="500">
<cfgridcolumn name="Firstname" header="First Name">
<cfgridcolumn name="Lastname" header="Last Name">
<cfgridcolumn name="email" header="E-Mail Address">
</cfgrid>
<cfinput type="text" name="fname" label="First Name"
bind="{UserList.dataProvider[UserList.SelectedIndex]['fname']}"</cfform>>
Rick Guest
-
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... -
Complex xml file - How do I bind the different elements in flash?
Hi guys, This is the layout of my XML file: <?xml version="1.0" ?> - <Recordset> - <Products> - <Product>... -
Bind Form to a disconnected RecordSet Access 2000
Is there any way to bind an Access form to a Disconnected recordset in AC2000, or am I stuck with using temp tables? Ron W -
Rick #2
Re: prolbmes with bind in flash form (MX7)
I found the problem. That bind property is ultra case sensative picky
Rick Guest



Reply With Quote

