Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Showing deleted records in a cursor
Message
From
24/06/2004 23:38:49
 
 
To
24/06/2004 17:15:40
Ian Johnston
Computer Software Solutions
Woodland, California, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00917028
Message ID:
00917089
Views:
8
Ian -

>> I am trying to build a cursor that includes deleted records.

If you have a Primary key, How about:

SET DELETED OFF && natch
SELECT *, .F. AS del FROM sourceTable INTO CURSOR x READWRITE
GO TOP
SET RELATION TO INTO sourceTable
REPLACE ALL del WITH DELETED("sourceTable")

- Colin
Previous
Reply
Map
View

Click here to load this message in the networking platform