Menus Component
Fnd_Menu_DisableAll
Fnd_Menu_DisableAll
Parameters
| Parameter | Type | Description |
|---|---|---|
| No parameters required |
Description
This routine temporarily disables all of the currently displayed menu items. Call it before displaying a dialog or window which will not respond to menu selections. The menus will be automatically restored the next time the menu bar is updated. To ensure that the menus remain disabled when the window is displayed, call this method from the form’s On Activate event after calling Fnd_Gen_FormMethod. Fnd_Gen_FormMethod Case of : (Form event=On Activate ) Fnd_Menu_DisableAll End case
Extracted source text
Fnd_Menu_DisableAll
Parameter Type Description
No parameters required.
This routine temporarily disables all of the currently displayed menu items. Call it before displaying a
dialog or window which will not respond to menu selections. The menus will be automatically restored
the next time the menu bar is updated. To ensure that the menus remain disabled when the window is
displayed, call this method from the form’s On Activate event after calling Fnd_Gen_FormMethod.
Fnd_Gen_FormMethod
Case of
: (Form event=On Activate )
Fnd_Menu_DisableAll
End case