Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
? IsFlocked() behavior
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00521938
Message ID:
00522173
Vues:
11
Inside the same FoxPro session (FPD, FPW or VFP) you can't open "low level" a file that is already open with USE.
USE xFile
FOPEN(xFile)
is the same as:
USE xFile
USE xFile in 0
To find out if a file is locked in another datasession inside the same VFP session, you can do:
SET DATASESSION TO ... <the other datasessionid>
?ISfLOCKED(<alias>)
SET DATASESSION TO ... <current datasessionid>
Doru
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform