Dialogs Component
Fnd_Dlg_MessageOpen
Fnd_Dlg_MessageOpen
Parameters
| Parameter | Type | Description |
|---|---|---|
| No parameters required |
Description
The Fnd_Dlg_MessageOpen routine opens a message window. You can also specify the button text, the text to display, the window title, and whether the user can cancel the message window by calling the following routines: Fnd_Dlg_SetButtons, Fnd_Dlg_SetText, Fnd_Wnd_Title, and Fnd_Dlg_SetCancelable.
Extracted source text
Fnd_Dlg_MessageOpen
Parameter Type Description
No parameters required.
The Fnd_Dlg_MessageOpen routine opens a message window. You can also specify the button
text, the text to display, the window title, and whether the user can cancel the message window by
calling the following routines: Fnd_Dlg_SetButtons, Fnd_Dlg_SetText, Fnd_Wnd_Title, and
Fnd_Dlg_SetCancelable.