A script-enabled browser is required for this page to function properly.

Post-Logout Trigger

Description

Fires after either of the following events:

Definition Level form

Legal Commands

SELECT statements, unrestricted Built-ins

Enter Query Mode no

Usage Notes

Use a Post-Logout trigger to audit or to perform tasks on an Oracle Forms application that does not require or affect the RDBMS or other data source.

If you call certain Built-ins from within one of the Logout triggers, the results are undefined. For example, you cannot call COPY from a Pre-Logout trigger because Pre-Logout fires after the Leave the Form event. Because the form is no longer accessible, a COPY operation is not possible.

On Failure

If this trigger fails while leaving the form, there is no effect.

If this trigger fails and you have initiated a call to the LOGOUT Built-in from within the trigger, FORM_FAILURE is set to TRUE.

Fires In

LOGOUT


BRW-15411: Logout failed