The unlockrecord statement unlocks the currently active record.
Parameters
No parameters.
Description
The unlockrecord statement unlocks the currently active record. This statement only applies to shared databases. It is ignored when used with a single user Panorama database. (Note: The current record is automatically unlocked when Panorama moves to another record.)
The first line of this example automatically locks the record. Since this procedure is not planning to make any further modifications to the record, it immediately unlocks it so that other users can access the record.
Status="Complete" // automatically locks record
unlockrecord
See Also
History
Version | Status | Notes |
10.0 | No Change | Carried over from Panorama 6.0. |