Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GETFILE() change my path?
Message
From
25/08/2005 12:44:26
 
 
To
25/08/2005 12:33:19
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01043785
Message ID:
01043961
Views:
12
>GETFILE() does change the "SET PATH" if a result is returned so you need to reset your path name after retrieving a result. Something like:
>
>lcPath = SET( "PATH" )
>lcFileName = GETFILE( lcFileName, "imp",  "Import File" )
>SET PATH TO lcPath
>
Sure ?
Previous
Reply
Map
View

Click here to load this message in the networking platform