Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Nesting level exceeded.
Message
De
18/03/1999 20:25:47
 
 
À
18/03/1999 09:42:42
Dianne Bekritsky
Integrated Systems & Services
Little Falls, New Jersey, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00199176
Message ID:
00199572
Vues:
20
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform