xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

NetRecall()

Recalls a record previousy marked for deletion.

Syntax

NetRecall() --> lSuccess

Return

The function returns .T. (true) when the deletion flag of the current database record is successfully removed, otherwise .F. (false) is returned.

Description

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.

Info

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


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe