When multi-user file access is allowed, a record must be locked with RLock() before calling the function DbRecall().
Function DbRecall() Foundation
Removes deletion flag for a record (recalls the record).
DbRecall() --> NIL
The return value of DbRecall() is always NIL.
The database function DbRecall() removes the mark indicating record deletion on the current record, if the deletion flag is set. When the function is used without the alias operator, the function removes the "deleted" flag of the current record in the current work area.
The command RECALL can be used instead of DbRecall(). RECALL is effective only in the current work area.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.