xHarbour Reference Documentation > Function Reference |
Recalls a record previousy marked for deletion.
NetRecall() --> lSuccess
The function returns .T. (true) when the deletion flag of the current database record is successfully removed, otherwise .F. (false) is returned.
NetRecall() is a network function used in shared database access. The function removes the Deleted flag of the current database. If the flag cannot be removed due to the record being locked by another process, the function retries the operation for a maximum of SetNetDelay() seconds and prompts the user if the operation should be retried or aborted.
The function uses DbRecall() and implements additional default logic for recalling a record in a network when the deletion flag cannot be removed from the current record at the moment. Refer to DbRecall() for more information on removing the Deleted flag.
See also: | DbDelete(), DbRecall(), DELETE, Deleted(), NetDelete(), RECALL |
Category: | Database functions , Network functions , xHarbour extensions |
Source: | rtl\ttable.prg |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com