NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on March 03, 2009, 01:48:35 AM
-
Hi,
Making a Memory form with 168 fields the compiler gives an too many segments error (or something like this), deleting 20 fields compiles ok.
May be the template generates too much routines.
Is there any way (for example) to use only one Validate routine for all fields? may be for NT5?
Thanks
-
Hi Alberto,
The problem with bunching the routines together is that if they get too big the compiler can also choke on them. Indeed that's a far more common error than the reverse.
I'll add it to the Nt5 list though - perhaps there is something that can be done.
Possibly the best solution (ultimately) is Clarion 7 - I'll have to test in that as well.
Cheers
Bruce
-
Yes Bruce, that is.
Its working ok now!
Regards
Alberto