Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
'allowed do nesting' error 103
Message
From
11/10/2010 07:01:11
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
10/10/2010 19:02:50
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01484650
Message ID:
01484679
Views:
35
>Hi,
>
>The helpfile gives an advice to increase the stacksize by means of creating a config.fpw file with STACKSIZE= >128 as default. I have done but to no reveal.
>The config.fpw file is placed in my VFP.exe directory.
>
>Is there an other option to avoid this error?
>
>Regards,
>
>Koen

I believe this is most likely caused by an accidental, or out-of-control, recursion - when a function calls itself. Look at the call stack when the error occurs, and try to figure out what program calls itself, and why.

Note: Recursion is a very useful technique, that can make certain otherwise tricky programs easy... or at least manageable. However, it can also sometimes cause you problems, like the one you encountered.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform