Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File access denied
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01101611
Message ID:
01101613
Views:
10
>the command
>? file("C:\d\intrin\com\BlankEx")
>returns .f.

You didn't specify a file extension
? file("C:\d\intrin\com\BlankEx.dbf")
>
>and this does not help
>If USED("C:\d\intrin\com\BlankEx")
>Select("C:\d\intrin\com\BlankEx")
>USE
>CLOSE all
>endif

Both USED() and SELECT in the code above expect a work area alias not the file name.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform