Forum Discussion
AlexKaras
8 years agoCommunity Hero
Hi,
As a first step, I would recommend to follow Marsha_R's piece of advice and try to get list value via the wItem property using Object Browser. If .wItem(0) returns something, it is possible that in order to get a text value of the item, you will need to use something like .wItem(0).OleValue. Check with the Object Browser.
If the above does not work, than analyze the control using Object Browser. It is possible that it consists of more than one controls that interact one with another and look like the single control.
Finally, talk to developers and ask them about this control and what are their recommendations on how to get its values.