Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Allowed do nesting or expression evaluation level exceed
Message
 
To
02/08/2007 16:58:26
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01245678
Message ID:
01245729
Views:
27
Hi Steve,

>I have a routine that if I run once it works fine.

Check the calls to Requery() and Refresh(). A common scenario for recursion is that Requery calls Refresh at the end which at some control level calls Requery again. You can check for this condition with code like this in the Requery and Refresh methods:
IF PROGRAM(-1) > 100
  SET SAFETY OFF
  ASTACKINFO(laStack)
  LIST MEMORY LIKE laStack TO Stack.txt
ENDIF 
--
Christof
Previous
Reply
Map
View

Click here to load this message in the networking platform