Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SetUp Wizard + Target Dircetory
Message
From
27/09/1998 17:53:22
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00141185
Message ID:
00141288
Views:
20
Sarah,
Previously, I have the same problem as you. I overcame it by using relative reference whether I need to code referring to directory. My way is to use macro substitution & and system functions SYS(5) and SYS(2003). For example, to open a database mydata in the data subdiretory:
wdir=sys(5)+sys(2003)+"\data"
open database &wdir\mydata

To solve your problem completely, search all codes containing directory and replacing them with relative directory.

Hope your problem can then be solved !

Regards

Harry
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform