Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Record locked
Message
De
21/08/2001 12:41:44
 
 
À
21/08/2001 12:28:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00546829
Message ID:
00546836
Vues:
21
>What function is used to test if a record is locked?
>
>Thanks in advance.
>
>Oscar Corte

Oscar,

Do you want to test if someone else has a record locked? Try to lock the record...
if rlock('myAlias')
    && do your work here
else
    && someone has the record locked
endif
Steve Gibson
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform