Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Are SET PATH and SET DEFA suppose to work together?
Message
 
To
14/08/1998 15:19:47
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00127003
Message ID:
00127855
Views:
35
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform