Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Two classes with the same name of form
Message
De
09/05/2000 22:41:50
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00367864
Message ID:
00367943
Vues:
28
Thanks for everyone help.

What I did was :

LOCAL lcOldDir, lcOldPath, lcOldClassLib, lcOldProcedure, lcOldLib
lcOldDir = FULLPATH(CURDIR())
lcOldPath = SET('PATH')
lcOldClassLib = SET('CLASSLIB')
lcOldProcedure = SET('PROCEDURE')
lcOldLib = SET('LIBRARY')
SET PATH TO
SET CLASSLIB TO
SET PROCEDURE TO
SET LIBRARY TO

* call Foxfire!
SET DEFAULT TO C:\FF60
DO Foxfire WITH "REQUESTS", "", "", "FFCONFIG"

* restore environment
SET DEFAULT TO &lcOldDir
SET PATH TO &lcOldPath
SET CLASSLIB TO &lcOldClassLib
SET PROCEDURE TO &lcOldProcedure
SET LIBRARY TO &lcOldLib
John Fabiani
Woodland, CA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform