Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to pack a cursor?
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01335982
Message ID:
01335987
Views:
21
This message has been marked as the solution to the initial question of the thread.
>First, thank you for your help. Strange thing that your code worked first time. But when I try to do it again, I get error. I must be doing something wrong. I will start from the beginning. Btw, how do I add to the code above that I want to SELECT only NOT-DELETED records?


Add READWRITE and SET DELETE ON
SET DELETE ON
SELECT * FROM crsWhatever INTO CURSOR crsWhatever READWRITE
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform