by Admin » Fri Oct 24, 2014 10:22 pm
We were thinking about such feature to be implemented. It will be added in one of the next releases, if there would be requests from other users. For now, you can do as follows:
1. If the table doesn't have an unique ID - create it: add Integer field and fill it with RECNO() function, for instance.
2. SELECT all records to another table - you'll get all non-deleted records.
3. Restore all deleted records in the 1st table ('Edit -> Recall All'), then link these two tables by the ID field and select all records that presents in the 1st table, but missing in the 2nd one. You'll get deleted records from the 1st table.
Best regards,
Oleg Zhechkov