Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Retrieve deleted records...
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00746589
Message ID:
00746594
Views:
17
Hi John. You can test a records deleted status using the DELETED() function. So you could also create an index on the expression DELETED() and search for a value of .T. on this index to find the first deleted record. Using this deleted index would also sort all the records marked for deletion together.


>I have a form where the user can enter a new title name, delete, edit, etc...
>However, records in my company's DB are never deleted, just marked for deletion. When the user enters a title that has been used before it causes an error that the unique key has been violated. My question is: how can I check a tables "marked for deletion" records so that I can have a form pop up informing the user that this Title has been used before and if they'd like to RECALL it. I know how to recall a deleted record... but I don't know how to search through them.
>
>Thanks!
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Previous
Reply
Map
View

Click here to load this message in the networking platform