Command UNLOCK Foundation
Releases file and or record locks.
UNLOCK [ALL]
UNLOCK [IN <nWorkArea> | <cAlias> ]
UNLOCK RECORD <xRecordId> [IN <nWorkArea> | <cAlias> ]
The command UNLOCK removes all existing record and file locks in the current work area or in the work area as specified using the IN clause. It is only significant when files are open in the SHARED mode. UNLOCK releases the locks without setting any new ones (as is done by the functions FLock() and RLock()).
The functions DbUnlock() and DbUnlockAll() are the functional equivalents of the command UNLOCK.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.