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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

<cfgrid> is not working in IE4.5 on imac os 8.5.

Status
Not open for further replies.

Velc

Programmer
Jun 14, 2000
1
US
Hi All,<br><br>&nbsp;&nbsp;Iam not able to get the values of &lt;cfgrid&gt; from form1 to form2. When i submit the form1 with the following code<br><br>&nbsp;&lt;CFGRID name=&quot;FirstGrid&quot; WIDTH=&quot;532&quot;&nbsp;&nbsp;INSERT=&quot;Yes&quot; DELETE=&quot;Yes&quot;...&gt;<br> &lt;CFGRIDCOLUMN NAME=&quot;sequenceID&quot;..&gt;<br><br> &lt;cfloop QUERY=&quot;GetRows&quot;&gt;<br> &lt;cfgridrow col1Data,col2Data&quot;&gt;<br> &lt;/cfloop&gt;<br>&lt;/CFGRID&gt;<br><br>The error message iam getting on form2 while evaluating the expression <br> &quot;#ArrayLen(form.FirstGrid.rowstatus.action)#&quot; 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>
 
The only thing I can say is &quot;don't use CFGRID&quot;<br>it is an utter load of rubbish and only the most hopeless CF developer should resort to using it instead of making their own edit forms.<br><br> <p>Russ Michaels<br><a href=mailto:russ@satachi.com>russ@satachi.com</a><br><a href= Internet Development</a><br>Rapid Web application development, specialising in Coldfusion, database integration and e-commerce solutions.
 
I'll have to agree with InternetOverlord.&nbsp;&nbsp;I used CFGRID once when I first started programming CF a couple years ago, and for all the trouble it put me through, it was much easier to just program my own &quot;grid&quot; in html and CF....&nbsp;&nbsp;(CFGRID uses Java, so it is completely useless on a browser without Java enabled...)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top