Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Zapping and packing...
Message
De
09/10/2002 10:53:37
 
 
À
09/10/2002 10:41:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00709276
Message ID:
00709289
Vues:
22
Try this:
IF USED('book')
  USE IN book
ENDIF
USE book EXCL
ZAP
USE book SHARED
>if anyone can advise what is wrong with the code below... i am trying to empty a table and can't get the exclusive use set to off again once it is packed...
>SELECT book
>if reccount()>0
> USE book excl
> DELETE ALL
> PACK
> SET EXCLUSIVE OFF
>endi
>
>many thanx!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform