Version .... CLR 2 2006 vol2
I can access cell data in the table as in the following code but I'm not sure how to access grab the column names.
For i = 1 To CountColumns Col = SwfWindow("CaridianBCT Service Maintenanc").SwfTable("machineHistoryGrid").GetCellData(3, i)
Richard
Hello Ravi,
If you want to use GetNAProperty method or to test Infragistics controls using your QTP, you should install appropriate version of TestAdvantage. More details you could find at : http://ko.infragistics.com/products/testadvantage-windows-forms-qhp/
Let me know if you have any questions.
Regards
A1 - Win XP prof version 2002 x32
A2 - Service pack 3
A3 - Nothing of that is installed
A4 - no idea
A5 - QTP 11 and patches installed is just QTP_00709
Ravi Salunkhe said:I'm having problems accessing my column names and nested column names...the GetNAProperty is not working for me...giving error saying method not supported.
The method is supported if you have installed TestAdvantage. Could you please give us more details about your enviroment and issue. Could you please answer to the questions below:
1. What is your OS - Win 7, XP, Is it x32 bits or x64 bits machine
2. Do you have any installed service packs and which one
3. What is you version of NetAdvantage and TestAdvantage products
4. What is the CLR version of your Infragistics assemblies ?
5. Do you have any installed patch for QTP and which exactly ?
Let me know if you have any questions
Hey Dennis,
I'm having problems accessing my column names and nested column names...the GetNAProperty is not working for me...giving error saying method not supported.
I'm using QTP 11
Regards,
Ravi Salunkhe
Dennis,
That works thanks.