Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Used() function
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00217407
Message ID:
00217826
Vues:
25
Timothy,

Finishing the code
LOCAL lcError, llErr
lcError = ON("ERROR")
ON ERROR llErr = .T.
USE MyFile EXCLUSIVE
IF llErr
   * Error couldn't get it opne exclusive
ELSE
   * It is open exclusively
ENDIF
IF NOT EMPTY( lcError)
   ON ERROR &lcError
ELSE
   ON ERROR
ENDIF
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform