NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on May 19, 2009, 04:15:46 AM
-
Hi,
I have a form with 6 tabs, a lot of fields in the first 3 with drops,etc. The other 2 have browses and the last have a browse with images.
If I add a display field in the last tab, before or after the browse, when I enter the form the server (exe)halts without any error.
I´ve tried unchecking the supress error messages but nothing.
Any Idea?
Alberto
-
Mhhhh I dont think it has to do with any limit, I delete some tabs and...
I realized that when the server halts, the browse tells theres an error on the page...
Message: 'document' is null or is not an object
Líne: 79
Charácter: 1
Códe: 0
URI: http://127.0.0.1:88/scripts/netweb.js
the page appears balnked and I cant see the source code
Hope this helps
Alberto
-
Firstly - regarding limits. There are some limits, because the Clarion compiler can compile a finite amount in a single procedure. I can reduce this somewhat by moving code into the class, and that'll happen some with NetTalk 5.
In terms of the limit though, I hit it on a form of mine that has 15 tabs and 290 fields. So it's quite high.
With regard to the error you're getting - I recommend testing the page in FireFox with FireBug (www.getfirebug.com). This allows better error reporting of which character is invalid.
Cheers
Bruce