Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Suspend .prg execution
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01417392
Message ID:
01417396
Vues:
59
>I have a "do form" command in a .prg file
>
>There are code before and after the "do form" command
>
>How can I do to stop .prg execution and only continue it when form is released
>
>Looked up in set commands but didn't find any reference
>
>Moises

Check wexist function in Help.
If not wexist('myFormName')
   * continue program logic
endif
This is the idea for modeless forms, I think.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform