Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
If file is used by another exclusively
Message
 
 
À
13/11/2008 21:16:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01361833
Message ID:
01361837
Vues:
13
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform