4D v17.4entity.unlock( ) | 
            ||||||||
                 
                
  | 
                
			
                    
                         
    4D v17.4
 
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 v17)
	
	
	
	
	4D Language Reference ( 4D v17.1)
	
	4D Language Reference ( 4D v17.2)
	
	4D Language Reference ( 4D v17.3)
	
	4D Language Reference ( 4D v17.4)
	
	
Add a comment