Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error Message
Message
From
09/08/2006 11:31:22
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
09/08/2006 11:25:07
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01144186
Message ID:
01144193
Views:
14
>When I click on the form, I am getting this error message.
>"Allowed Do Nesting level exceeded."
>
>How do I fix this problem.
>
>
>Thank You In Advance
>
>
>Winfred Majors

One procedure/function/method can call another procedure/function method, and so forth - but before VFP 9, this is limited to 128 levels.

Check the program stack, to see what functions call what other functions.

I would say, it is likely that you have an unwanted recursion somewhere (a programm calling itself, directly or indirectly).
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