Lists Component
Fnd_List_CommandDialog
Fnd_List_CommandDialog
Parameters
| Parameter | Type | Description |
|---|---|---|
| No parameters required |
Description
Fnd_List_CommandDialog displays the choice list dialog composed by calling the Fnd_List_AddToListEditor routine. See that command for an example.
The window’s title and position can be set before calling this command using the Foundation Windows component’s Fnd_Wnd_Title and Fnd_Wnd_Position commands.
Fnd_List_AddItem ("Print Sales Report";"PrintSalesReport")
Fnd_List_AddItem ("End of Month Report";"PrintEOMReport")
Fnd_List_CommandDialog
Extracted source text
Fnd_List_CommandDialog
Parameter Type Description
No parameters required.
Fnd_List_CommandDialog displays the choice list dialog composed by calling the
Fnd_List_AddToListEditor routine. See that command for an example.
The window’s title and position can be set before calling this command using the Foundation Windows
component’s Fnd_Wnd_Title and Fnd_Wnd_Position commands.
Fnd_List_AddItem ("Print Sales Report";"PrintSalesReport")
Fnd_List_AddItem ("End of Month Report";"PrintEOMReport")
Fnd_List_CommandDialog