Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Nesting level exceeded.
Message
From
18/03/1999 20:25:47
 
 
To
18/03/1999 09:42:42
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00199176
Message ID:
00199572
Views:
14
The nesting DO (or function call) levels is limited to 128 (if I remember correctly) in VFP. You'll get this error (usually) when a function is called recursively or you have a ring of function calls.

Practically, it's very easy to get this error when you have methods that call each other or A calls B calls C calls... calls A. The easiest way to find it is to step into the code using the debugger. Set a breakpoint at the begining of each function involved. Even if the call ring is large, it's impossible to not find it in this way.

Vlad
Previous
Reply
Map
View

Click here to load this message in the networking platform