But I just found a major source of frustration.... In one of my more complex apps, I use a FOR loop to build part of a form as below:
----- <@FOR START="1" STEP="1" STOP="20">
<@ASSIGN NAME="grade" VALUE="<@CURROW>" SCOPE="local">
<TD>
<INPUT TYPE=TEXT MAXLENGTH=2 SIZE=2 NAME="grade<@VAR NAME="grade">Q<@VAR NAME="quarter">.<@COLUMN 'layout_0.Record_Identifyer'>" VALUE="<@COLUMN 'layout_0.Grade<@VAR NAME="grade">Q<@VAR NAME="quarter">'>">
</TD>
</@IF>
</@FOR> ------
OK, it mostly works. But in sporadic rows, I get missing characters. See below:
------ <TD> <INPUT TYPE=TEXT MAXLENGTH=2 SIZE=2 NAME="grade1Q3.001812" VALUE=""> </TD>
<TD> <INPUT TYPE=TEXT MAXLENGTH=2 SIZE=2 NAME="grade2Q3.001812" VALUE=""> </TD>
<TD> <INPUT TYPE=TEXT MAXLENGTH=2 SIZE=2 NAME="grad3Q3.001812" VALUE=""> </TD> ------
Look at the last input statement. See where it says "grad3Q3...?" Now why in the world would it drop the "e" from the name (it should be grade3Q3....)
It doesn't do this with any consistency. This is a loop within another loop, and 90% of the iterations on the page come out correct. I can't find any rhyme or reason to connect the times that are a problem. It's not always the same character that's dropped, either. In one case, it was even a ">" which really fouled things up.
Please tell me I'm not just losing my mind. This is an app that worked in t2k.
Thanks!
Joe
PS - config: Mac OSX 10.2, WebSTAR... PPS - pretty sure I have the newest build of the plug-in now. -- Joe Terrasi [EMAIL PROTECTED] St. Clement School http://www.stclementschool.org St. Clement Church http://www.stclementchurch.org 773-348-8212 fax: 773-348-4712
________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
with unsubscribe witango-talk in the message body
