Home › Forum › Behaviors Reference › Cannot get to Value or Caption for ListBoxes objects › Re: Cannot get to Value or Caption for ListBoxes objects
December 10, 2009 at 5:26 pm #4970
With a List object you have the option to allow multiple selections.
If this option is not selected then you should be able to get to the Value and Caption just like you can for a Drop-down list.
If the multiple selection option is selected then you cannot get to the Value and Caption because there will not be a single answer. Instead you are able to interrogate the ‘state’ of a particular choice in the list with the possible response being ‘true’, if selected, or ‘false’, if not selected.