Creating a User Exit
To create a user exit:
- Write the user exit using one of the host programming languages.
- Recommendation: Create an Oracle Precompiler foreign function using the
C programming language.
- Create an IAPXTB control structure that registers
each user exit
- Integrate a user exit with Oracle Forms
Related topics
About IAPXTB control structures
About integrating a user exit with Oracle Forms
Invoking a foreign function from a user exit
About writing a user exit on Microsoft Windows