Input/Output Component
Fnd_IO_InputFormMethod
Fnd_IO_InputFormMethod
Parameters
| Parameter | Type | Description |
|---|---|---|
| No parameters required |
Description
The Fnd_IO_InputFormMethod method must be called from the form method of each input form that will be displayed in the Custom Menus environment. This method makes sure that the menus get updated when the form is displayed 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. This method assumes these form events are enabled: On Activate On Close Box On Deactivate On Load On Outside Call On Resize
Extracted source text
Fnd_IO_InputFormMethod
Parameter Type Description
No parameters required.
The Fnd_IO_InputFormMethod method must be called from the form method of each input form
that will be displayed in the Custom Menus environment. This method makes sure that the menus get
updated when the form is displayed 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.
This method assumes these form events are enabled:
On Activate
On Close Box
On Deactivate
On Load
On Outside Call
On Resize