globalLockException

globalLockException(le: LockException io): Integer;

The globalLockException method of the Application class implements a generic lock exception handler that displays the Lock Error dialog and continues retrying for locks until the lock is obtained (continues) or until the user cancels the retry operation (aborts). This exception handler cannot be armed from a server method.

The code fragment in the following example shows the use of the globalLockException method to arm a global lock exception handler.

on LockException do app.globalLockException(exception) global;