UnlockRecord()
Unlocks the currently selected record in the current or specified database.
Syntax
UnlockRecord() --> Nil
Arguments
None.
Returns
No return value.
Description
UnLockRecord() is a network function that unlocks the current record, allowing other users or applications to also change the contents of the record.
Note that any changes you have made to the current record do not become visible to other users on the network until you call the UnlockRecord() function.
Examples
This script unlocks the currently selected record in the table Dockets:
Dockets->(UnlockRecord())
____________________________
Related Topics: