On-Logout Trigger
Description
Fires when Oracle Forms normally initiates a logout procedure from Oracle Forms and from the RDBMS.
Definition Level form
Legal Commands
SELECT statements, unrestricted Built-ins
Enter Query Mode no
Usage Notes
- Use an On-Logout trigger to replace the default logout processing either
from the RDBMS or from a non-ORACLE data source.
- To perform the default Oracle Forms processing from this trigger, include
a call to the LOGOUT Built-in.
- If you call certain Built-ins from within one of the Logout triggers, the
results are undefined. For example, you cannot call the COPY
Built-in 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 an exception is raised in an On-Logout trigger and the current Runform session
is exited, Oracle Forms will not fire other triggers, such as Post-Logout
.
Fires In
LOGOUT