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

Writing Menu Startup Code

To write startup code for a menu:

  1. In the Object Navigator, select the desired menu module.
  2. Choose Tools | Property Palette.
  3. In the Property Palette, under the Functional node, double-click the Startup Code property field.
  4. In the PL/SQL Editor, enter the/SQL code you want Oracle Forms to execute on menu startup.
  5. Click Compile, then click Close.

Note: Startup code can include anonymous blocks and calls to Built-in subprograms. However, like restriction on writing PL/SQL code for menu item commands, you cannot directly reference the values of form objects in startup code.