Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using Set ClassLib to
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00414726
Message ID:
00414787
Vues:
29
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform