GET-CURRENT( ) method
Refetches the current record or records associated with the query.
Return type: LOGICAL
Applies to: Query object handle
NO-LOCKSHARE-LOCKEXCLUSIVE-LOCKNO-WAIT
Specifies that the method returns immediately if the record cannot be accessed because it is locked by another user. If you do not use the NO-WAIT option, the method waits until the record can be accessed. This applies to all buffers in a join. If you specify NO-WAIT and the record is locked by another user, the record is returned to you with NO-LOCK and the LOCKED function returns TRUE for the record.
OpenEdge Release 10.2B
|