hiReportGetSelectedItems
hiReportGetSelectedItems(
g_reportField
)
=> l_selectedItemsIndex / nil
Description
Gets a list of all the items that are currently selected in a report field.
Argument
|
g_reportField
|
The report field.
|
Value Returned
|
l_selectedItemsIndex
|
|
|
List of integers representing the items that are currently selected in the report field. The integers represent the positions of the selected items in ?choices. The first item in ?choices is 0, the second is 1, and so on. The ?choices argument is specified when the field is created with hiCreateReportField.
|
|
nil
|
There was an error.
|
Related Topics
Form and Field Functions
hiReportSelectItem
hiReportSelectItems
hiReportSelectAllItems
hiReportDeselectItem
hiReportDeselectItems
hiReportDeselectAllItems
hiCreateReportField
Return to top