Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

GFGRID

Status
Not open for further replies.

JulieM

Programmer
Jun 6, 2001
25
0
0
GB
I have a colleague using CFGRID to edit data. The submit button fires the action page with reads the number of changes in the CFGRID array using the following code.

<cfset count=#arraylen(form.grdrates.rowstatus.action)#>

He is getting the following error message. 'Error resolving parameter'

Any assistance very much appreciated.


 
Hi JulieM,

That code looks correct, I would check that the form name is correct.
Actually, the only time I've seen that used was in a loop situation like this:

<CFloop index=&quot;row&quot; From=&quot;1&quot; to = #ArrayLen(Form.grdrates.RowStatus.Action)# >

you could try that.

IF that isn't the problem try posting more of the code, it could be the problem is somewhere else.

Have fun...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top