Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set excl on?
Message
From
13/08/1998 10:37:54
 
 
To
13/08/1998 10:32:55
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00126515
Message ID:
00126517
Views:
23
>I want to ZAP a table on a network. my code is:
>use mytable excl
>zap
>
>there is no one else is using the app. my table does not get zap.
>is there a return code for USE MYTABLE EXCL? why are my records still there?

We have had problems with this too... try..

use mytable excl
go top
zap
flush
use

Or try go recno() instead of go top if that doesn't work.

BOb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform