Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Two classes with the same name of form
Message
From
09/05/2000 22:41:50
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00367864
Message ID:
00367943
Views:
29
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform