amithsid
11 years agoContributor
Issue releated to performing actions on Combobox
Object name- VBObject("cboRoles")
WindClass- ThunderRT6ComboBox
I am using JS scripting with name mapping disabled.
Issue 1- Hello, I am not able to perform a ClickItem method on the combobox. I have to do a Click action on the combobox object and then perform a ClickItem on the dropdown that gets enabled after I click on it. Is their a single function to perform both?
WindClass- ThunderRT6ComboBox
I am using JS scripting with name mapping disabled.
Issue 1- Hello, I am not able to perform a ClickItem method on the combobox. I have to do a Click action on the combobox object and then perform a ClickItem on the dropdown that gets enabled after I click on it. Is their a single function to perform both?
Hi Amith,
According to the "Win32 ComboBox Support" article, this control should have the ClickItem method. Please make sure that this class name is specified in the Win32 Controls and Windows | Combo box group of your project’s Object Mapping options.