Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
If file is used by another exclusively
Message
 
 
To
13/11/2008 21:16:02
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01361833
Message ID:
01361837
Views:
14
>Sorry, using v.7.0

You may also try with fopen() for read-write access with 99.999999999999999 % probability of correctly checking file's status.
lnHandle = fopen('myTable.dbf',12) 
if lnHandle > 0
   fclose(lnHandle)
   use myTable shared in 0
endif
fopen()
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