Micro Focus QTP (UFT) Forums
Windows Application Custom Combo box selection change event not firing in uft - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: Windows Application Custom Combo box selection change event not firing in uft (/Thread-Windows-Application-Custom-Combo-box-selection-change-event-not-firing-in-uft)



Windows Application Custom Combo box selection change event not firing in uft - RamUFT - 02-06-2020

Hi All,

I can able to select an item from custom combo box but in application combo box selection change event not fired. please help me on this.

my code as below

VbWindow("frmMDI").VbWindow("frmARPayments").ActiveX("SSTab").ActiveX("TCIComboBox.tcb").VbComboBox("cboClient").Select "Client Name1"

VbWindow("frmMDI").VbWindow("frmARPayments").ActiveX("SSTab").ActiveX("TCIComboBox.tcb").VbComboBox("cboClient").Select "Client Name2"

changed from Client Name1 to Client Name2, but windows application not fired selectionChanged event

Thanks in advance
Ram