4D v19entity.unlock( ) |
||||||||
|
4D v19
entity.unlock( )
|
Property | Type | Description |
success | boolean | True if the unlock action is successful, False otherwise. If the unlock is done on a dropped entity, on a non locked record, or on a record locked by another process or entity, success is False. |
C_OBJECT($employee;$status)
$employee:=ds.Employee.get(725)
$status:=$employee.lock()
... //processing
$status:=$employee.unlock()
If($status.success)
ALERT("The entity is now unlocked")
End if
Product: 4D
Theme: ORDA - Entity
4D Language Reference ( 4D v19)
4D Language Reference ( 4D v19.1)