On-Logon Trigger
Description
Fires once for each logon when Oracle Forms normally initiates the logon sequence.
Definition Level form
Legal Commands
unrestricted Built-ins
Enter Query Mode no
Usage Notes
- Use an On-Logon trigger to initiate a logon procedure to a non-ORACLE data
source.
- Pre-Logon and Post-Logon
triggers fire as part of the logon procedure.
- To create an application that does not require a data source, supply a NULL
command to this trigger to bypass the connection to a data source.
- To perform the default Oracle Forms processing from this trigger, include
a call to the LOGON Built-in.
On Failure
Oracle Forms attempts to exit the form gracefully, and does not fire the
Post-Logon trigger.
Fires In
LOGON
Related topic
Logon (Form Compiler)