Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is table open on network
Message
De
20/11/1998 14:20:51
 
 
À
20/11/1998 14:04:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00159884
Message ID:
00159894
Vues:
21
>Hello
>
>How can I know if table is open so I can avoid the error when I open the table exclusive.
>
>using vfp5
>
>Thanks
cError=on("error")
on error lErrorflag=.t.
use mytable exclusive
on error &cError.
if lErrorflag=.t.
 =messagebox("Cannot Open Table Exclusively")
 return
endif
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform