Ticket #747 ( Pending Customer )

Short Description Expecting ')' Error on Generate
Entered By: aid9079@mail.idpa.state.il.us When: 2001-05-01 16:26:39 Build: 3.0.1A GA
Categories Type: Question   Department: Product   Category: Not Categorized
Description
I am receiving the following error when I click on generate 
in the screen object wizard.

Line: 591
Char: 24
Error: Expecting ')'
Code: 0
URL: 
http://localhost:82/surfer/refresh/1_anW4534609/normal/0.543
...

The generate doesn't appear to be working correctly but am 
not sure if it is related to this or not.  I have 
designated portions of my top two lines as title(centered) 
and have single col table as my default.  The title lines 
are being treated as labels.

Sent Jeff U. a screen shot of the error and the stml file.

Also, I am not using any code tables so I don't think it's 
same error that Bill A. on our team reported earlier.

Append By: WindSurfer  When: 2001-05-01 16:58:47  New Status: Pending Customer
Comment
This error appears to be occuring in the generated screen 
rather than the generation step itself (since the URL in 
the error is the refresh command, which displays the screen 
as HTML).

Can you please access the same screen in a simple host-
access session in your browser--you should see the same 
error.  At this time, can you please do right-click, view-
source, then save the source as a file...then email to 
surfer@ie.com, subject Ticket #747 and attach the view-
source file...

Thanks!
Append By: aid9079@mail.idpa.state.il.us  When: 2001-05-02 09:16:43  New Status: Pending IE
Comment
I attempted to access the screen but was unable to get 
passed my first 'customized' stml which is our main menu.  
It seems it isn't passing the selection back to the host 
from the html form.  If time permits, I will debug using 
the trace file and hopefully be able to provide you more 
info.
Append By: WindSurfer  When: 2001-05-04 14:19:19  New Status: Pending Customer
Comment
The problem is the field name "468Dad" because this becomes 
the name of an HTML field on the form.  Since this is an 
invalid field name in javascript, an error occurs in the 
processing of the DHTML.

If you change the name of the field to one which starts 
with an alpha character, it will fix the problem...