Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using Set ClassLib to
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00414726
Message ID:
00414787
Views:
30
Ed, thanks for reply. I have tried your suggestion and it's working great.

Regards,
Gerard




>>I cant seem to get the following command to work properly:
>>
>>Set ClassLib To MyClass1
>>
>>I have the following set up:
>>
>>1. All my Base Claseses are in C:\MYBaseClasses
>>2. My Apps are in C:\Myapp1 C:\MYAPP2 C:\MYAPP3 etc
>>
>>Say in Myapp1 I want to use :-
>> Set Classlib to C:\MyBaseClasses\MyBase1,
>>but my Runtime App will run from c:\MYAPP1, and out on site,
>>there wont be any C:\mYbASEcLASSES, How do I do it.
>>
>
>Issue a SET PATH TO while developing (doing it in code is completeply pointless, since the code isn't in effect when the build takes place) to indicate what directories VFP is to search in your development environment and then use SET CLASSLIB TO without specifying a path so that there's no hardcoded path
Previous
Reply
Map
View

Click here to load this message in the networking platform