A customer of mine deleted a few thousand records in a DBF-file.
They are still there of course but they are all marked as deleted.
How can I undelete all those records?
Thank you very much in advance for any help.
DBEVAL()
Performs a code block operation on the current Database
Syntax
DBEVAL( <bBlock>,
[<bFor>], [<bWhile>],
[<nNext>], [<nRecord>],
[<lRest>] ) --> NIL
Arguments
<bBlock> Operation that is to be performed
<bFor> Code block for the For condition
<bWhile> Code block for the WHILE condition
<nNext> Number of NEXT records to process
<nRecord> Record number to work on exactly
<lRest> Toggle to rewind record pointer
Returns
DBEVAL() always returns NIL
Description
Performs a code block operation on the current Database
Bayron wrote:If I understand correctly, dbRecall() recalls only the record where the pointer is at...
RECALL FOR condition
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 100 guests