Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Invalid path statement
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01409613
Message ID:
01409650
Views:
48
>Here's what finally worked:
>
>
>lcDefault=oApp.cDefDocLocNoSlash
>SET DEFAULT TO &lcDefault
>
May be you needed

lcDefault = evaluate(oApp.cDefDocLocNoSlash)

set default to (lcDefault)

Assuming that cDefDocLocNoSlash contained some weird variable pointing to the directory - doesn't make much sense.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform