Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can SEEK ignore deleted records?
Message
From
01/10/2007 21:47:07
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01257809
Message ID:
01257810
Views:
14
>>Is there any way (short of packing the table) to get seek() to not read deleted records?

One simple way is to include NOT DELETED() in the filter of the index. That can mess up Rushmore, but it beats packing.

Another way is to SET FILTER TO NOT DELETED(). I haven't done that with SEEK(), but it's worth a try.

Bill Fitzgerald, MCP
Woodbury Systems Group
Anyone who does not go overboard- deserves to.
Malcolm Forbes, Sr.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform