Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Zapping and packing...
Message
From
09/10/2002 10:53:37
 
 
To
09/10/2002 10:41:18
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00709276
Message ID:
00709289
Views:
21
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!
Previous
Reply
Map
View

Click here to load this message in the networking platform