Micro Focus QTP (UFT) Forums
Access - Third party Controls - 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: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Access - Third party Controls (/Thread-Access-Third-party-Controls)



Access - Third party Controls - sreekanth chilam - 03-04-2008

HI AnkurSmile,

Today only i have joined the testing tool forum...

Its nice environment existing here for automation guys..

In our Vb Application, we are having some third party controls(Sheridan controls) instead of combo boxes..(but look like comboboxes)...

if we record on these , we are getting....vbwindow(..).click x,y

can u give me any way to troubleshoot this situation....

Thanks ...


RE: Access - Third party Controls - Ankur - 03-04-2008

Have u enabled Active X add in?

QTP 9.1 read me says that it supports context sensitive recording on Sheridan Data Grid 2.0 and 3.1


RE: Access - Third party Controls - sreekanth chilam - 03-04-2008

we have enabled Activex addin...eventhough the same situation....is araised


RE: Access - Third party Controls - pichai - 05-18-2009

In our Vb Application, we are having some third party controls(Sheridan controls) instead of combo boxes..(but look like comboboxes)...

Code:
VbWindow("frmMDI_2").VbWindow("frmGeneral").ActiveX("SSDBCombo Control - A").WinObject("AQ-A-Series THQB Branches,").Click 133,11

we have tried the low level recording.

it is not working

please help in the regard.