Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PACK Deleted Records
Message
From
15/04/1999 12:26:38
 
 
To
14/04/1999 17:18:02
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00208401
Message ID:
00208602
Views:
21
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
Previous
Reply
Map
View

Click here to load this message in the networking platform