BtServer:Unlock()
<< Click to Display Table of Contents >>
BtServer:Unlock()
|
|
Purpose
Unlock a record, or all records in the server
Prototype
METHOD Unlock ( dwRecno ) CLASS BtServer
Argument(s)
<dwRecno> The record number of the record to be locked. If specified,
all other record locks on this table are retained. If not specified,
all locks on the table are released
Return
LOGIC TRUE if the unlock was succesful, otherwise FALSE
See Also