Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to see if file can be used exclusive w/o causing err
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00405024
Message ID:
00405105
Vues:
19
Larry,

The only way to know if you get a file exclusive is to get it. Try something like this;
LOCAL lcError, llError
lcError = ON("ERROR")
ON ERROR llError = .T.
USE Whatever EXCLUSIVE
IF llError
   * It failed
ENDIF
ON ERROR &lcError
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform