Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PACK Deleted Records
Message
De
15/04/1999 12:26:38
 
 
À
14/04/1999 17:18:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00208401
Message ID:
00208602
Vues:
20
Just for reference DELETE ALL and PACK is the same as ZAP

>I use the following lines of code in VFP6 to delete records from a VFP table (.dbf file), which is located locally on my machine, with SET EXCLUSIVE ON and everything. By turning the Debugger on, I was able to watch the execution of the code, and noticed an error message "Function is not supported on remote tables" right after PACK. Does anybody know what's going on? Am I missing something?
>
>Here's the code:
>IF RECCOUNT('TableName') > 0
> DELETE ALL IN TableName
> PACK
>ENDIF
>
>
>Thanks in advance,
>
>CARIE
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform