Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remove SET PROCEDURE TO for one program
Message
De
10/04/2008 13:07:00
 
 
À
10/04/2008 13:01:52
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01309749
Message ID:
01309750
Vues:
8
>I have:
>
>
>SET PROCEDURE TO MyProcedures ADDITIVE
>
>
>Is there a way to then exclude that one program from the existing SET PROCEDURES list?

You should keep procedure list before the statement and restore it later:
cSetprocedure=set('procedure')
SET PROCEDURE TO MyProcedures ADDITIVE
...
set procedure to (cSetprocedure)
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform