ComboListBoxFunctions::Select
Select an item by its text value from an exposed combobox dropdown list.
Select an item by its text value from an exposed combobox dropdown list.
This method requires that the list already be exposed via a ComboBox
Click command. To combine both the Click and the Selection in a single
command use the ComboBox Select command.
We first test to make sure the item to select is actually in the list.
If it is not, we report the failure and issue an ESCAPE character to
close the list.
Fields: [ ]=
Optional with Default Value
-
TextValue
The case-sensitive text item to select
TextValue should contain the case-sensitive text item to select.
You can enclose this text in double-quotes to ensure proper retrieval.
Examples:
[How To Read This Reference]
ComboListBoxFunctions::SelectIndex
Select an item by its index from a combolistbox.
Select an item by its index from a combolistbox.
The list must already be exposed via a preceeding ComboBox Click.
The routine will attempt to see if the index exists in the list.
It will fail if it cannot validate the index or cannot
read the array of items.