Select the objects that you wish to see in the downloaded PDF
Info Source Call Graph Caller Graph Entry Points External References Used in RPC FileMan Files Accessed Via FileMan Db Call Global Variables Directly Accessed Local Variables
; EP -- BQI UNLOCK PANEL
; Description
; Unlock the panel specified by OWNR and PLIEN which was
; previously locked for exclusive editing access. If the
; entry in the 'LAST LOCKED BY' field is for this DUZ then
; delete it (so another user can't accidentally update it).
; Input:
; OWNR - Owner of the panel to be unlocked
; PLIEN - Panel IEN to be unlocked
; Output:
; DATA = name of global (passed by reference) in which the data is stored
UULK(DATA,OWNR)
; EP -- BQI UNLOCK ICARE USER
LOCK(DATA,OWNR,PLIEN)
; EP -- BQI LOCK PANEL
; Description
; Attempt to lock the panel specified by OWNR and PLIEN for
; exclusive editing access.
; If successful, sets 'LAST LOCKED BY' with the current DUZ
; and returns a RESULT of 1 and the current DUZ.
; If unsuccessful, returns a RESULT of 0 and the DUZ from the
; 'LAST LOCKED BY' field.
; Input:
; OWNR - Owner of the panel to be locked
; PLIEN - Panel IEN to be locked
; Output:
; DATA = name of global (passed by reference) in which the data is stored
ERR
;
ULK(DATA,OWNR)
; EP -- BQI LOCK ICARE USER
; Input:
; OWNR - Owner of the panel to be locked
;
; RESULT = 1 if the lock succeeded
; = 0 if the lock failed