Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set excl on?
Message
De
13/08/1998 10:37:54
 
 
À
13/08/1998 10:32:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00126515
Message ID:
00126517
Vues:
25
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform