Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Are SET PATH and SET DEFA suppose to work together?
Message
 
À
14/08/1998 15:19:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00127003
Message ID:
00127855
Vues:
34
>I am seting the path with code in a program, but it does not seem to be working. here is my code:
>mypath = "t:\mydbf" (this is a network drive)
>set path to &mypath
>
>what am I doing wrong?

If you want to be able to open tables in that path, you'd be better off using:
SET DIRECTORY TO (mypath) && use name expression rather than macro
&& expansion...it runs faster

Dana
Where's the damned Any Key?...too late
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform