NetTalk Central

Author Topic: Any limit in the number of tabs/fields?  (Read 3437 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1873
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Any limit in the number of tabs/fields?
« 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
-----------
Regards
Alberto

Alberto

  • Hero Member
  • *****
  • Posts: 1873
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: Any limit in the number of tabs/fields?
« Reply #1 on: May 19, 2009, 04:36:16 AM »
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
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Any limit in the number of tabs/fields?
« Reply #2 on: May 19, 2009, 07:12:25 AM »
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