Input/Output Component

Fnd_IO_OutputFormMethod

Fnd_IO_OutputFormMethod

Legacy manual page 130

Parameters

ParameterTypeDescription
No parameters required

Description

The Fnd_IO_OutputFormMethod method must be called from the form method of each output form that will be displayed in the Custom Menus environment. This method makes sure that the menus get updated when the form is opened and when its window is brought to the front from behind other windows. It also ensures that the window gets closed properly when the user quits from the database, or when the Close All Windows command is selected from the Window menu. It can be called as the only line of code in an output form, or before or after your own form method code. This method assumes these form events are enabled: On Load On Unload On Clicked On Outside Call On Double Clicked On Activate On Deactivate On Resize On Close Box On Header

Extracted source text
            Fnd_IO_OutputFormMethod

              Parameter               Type              Description
              No parameters required.

            The Fnd_IO_OutputFormMethod method must be called from the form method of each output
            form that will be displayed in the Custom Menus environment. This method makes sure that the menus
            get updated when the form is opened and when its window is brought to the front from behind other
            windows. It also ensures that the window gets closed properly when the user quits from the database, or
            when the Close All Windows command is selected from the Window menu.
            It can be called as the only line of code in an output form, or before or after your own form method code.
            This method assumes these form events are enabled:
              On Load
              On Unload
              On Clicked
              On Outside Call
              On Double Clicked
              On Activate
              On Deactivate
              On Resize
              On Close Box
              On Header