Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Allowed do nesting or expression evaluation level exceed
Message
 
À
02/08/2007 16:58:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01245678
Message ID:
01245729
Vues:
28
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform