BtServer:RLock()
<< Click to Display Table of Contents >>
BtServer:RLock()
|
![]() ![]() ![]() |
Purpose
Try to lock a record in the table
Prototype
METHOD RLock ( dwRecno ) CLASS BtServer
Argument(s)
<dwRecno> The record number of the record to be locked. If specified,
record locks held by the current process are retained. If not specified,
all locks held by the current process are released and the current record is assumed.
Return
LOGIC TRUE when the record was Locked succesfully
See Also