Hi All,<br><br> Iam not able to get the values of <cfgrid> from form1 to form2. When i submit the form1 with the following code<br><br> <CFGRID name="FirstGrid" WIDTH="532" INSERT="Yes" DELETE="Yes"...><br> <CFGRIDCOLUMN NAME="sequenceID"..><br><br> <cfloop QUERY="GetRows"><br> <cfgridrow col1Data,col2Data"><br> </cfloop><br></CFGRID><br><br>The error message iam getting on form2 while evaluating the expression <br> "#ArrayLen(form.FirstGrid.rowstatus.action)#" is <br>error resolving parameter <b>Form.FirstGrid.Rowstatus.Action </b><br> The specified form field cannot be found...<br><br>The same code works for Netscape on imac. IE,Ns on Pc. Any guess? Thanks<br><br>