Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deleted Records
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00085697
Message ID:
00085705
Views:
22
>Is there a way to only show deleted records in a grid from one table?

*** create index tag on DELETED() and
SET DELETED OFF
Select * From table1 into cursor curDeleted Where Deleted()
Thisform.Grid1.Recordsource="curDeleted"
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform