Return type:
Applies to:
FIND-CURRENT ( lockmode , wait-mode )An integer expression evaluating to one of the following: NO-WAIT, 0, or the Unknown value (?). You can assign NO-WAIT to an integer variable. For example, mywait = NO-WAIT.
DEFINE VARIABLE bh AS HANDLE NO-UNDO.bh = BUFFER Customer:HANDLE.DO TRANSACTION:bh:FIND-CURRENT(EXCLUSIVE-LOCK).END.MESSAGE bh:CURRENT-CHANGED Customer.CustNum.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |