Answered
cfform/cfgrid form submit error
I have a simple grid:
<cfgrid name="testGrid" format="flash" query="getHistory">
<cfgridcolumn name="idno" header="Employee ID">
</cfgrid>
The grid is populated just fine. When I submit the form instead of seeing the form variables I am getting the following error:
The submitted cfgrid form field is corrupt (name: __CFGRID__NEWFORM__TESTGRID value: __CFGRID__COLUMN__CFGRIDROWINDEX __CFGRID__DATA__1__CFGRID__COLUMN__IDNO__CFGRID__DATA__3000080)
I've changed columns in the query and no difference. The error still occurs.
Any ideas on where this error comes from?
We are using CFMX 7.02 on a Windows 2000 Server. Query is coming from Oracle 8i.
thanks.
Mark
<cfgrid name="testGrid" format="flash" query="getHistory">
<cfgridcolumn name="idno" header="Employee ID">
</cfgrid>
The grid is populated just fine. When I submit the form instead of seeing the form variables I am getting the following error:
The submitted cfgrid form field is corrupt (name: __CFGRID__NEWFORM__TESTGRID value: __CFGRID__COLUMN__CFGRIDROWINDEX __CFGRID__DATA__1__CFGRID__COLUMN__IDNO__CFGRID__DATA__3000080)
I've changed columns in the query and no difference. The error still occurs.
Any ideas on where this error comes from?
We are using CFMX 7.02 on a Windows 2000 Server. Query is coming from Oracle 8i.
thanks.
Mark
