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

Click here to load this message in the networking platform