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
If I'm understanding your post correctly, I think you'll need to use GetNAProperty, instead of GetCellData. We were able to use GetNAProperty to drill down into the column headers to pull such properties as the Key, Visible Position, Width, Hidden Status and Tag value, so I'm guessing you could do the same for the Caption. Here's an example of our code:
SwfWindow("Company").SwfTable("GridName").GetNAProperty("DisplayLayout.Bands[0].Columns[" & i & "].Key")
Of course, you'll have to use the .Net Windows Forms Spy to determine the Band number (once you've spied on the grid, go to DisplayLayout > Bands and find the number of the Band you need).
We use TestAdvantage 2006 Volume 2 CLR 1.x, so I'm assuming this could work for you as well.
Hope this helps!
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
Hello Ravi,
If you still have any concerns or questions I will be glad to help. If you need any additional assistance don’t hesitate to ask.
REgards
Ravi Salunkhe said:I had installed the add-in with selecting as "free version", is this valid?
If I understand well your scenario, than the answer is: No. I suppose that your application using non version free assemblies. So you should choose the appropriate version (12. 1 CLR 2.0 or 12.1 CLR 4.0) depending of assemblies that you are using into your AUT. Please use the Version Utility tool to choose the right version and CLR
Let me know if you have any questions.
Regards
Hey Georgi,
I had installed the add-in with selecting as "free version", is this valid? as i'm unable to get the recorded script properly and it still takes the x,y co-ordinates.
while setting the filter and stuff.
You could download the trial version of TestAdvantage 12.1 from the link http://ko.infragistics.com/products/downloads/archived . By this way you could test your application .
oops!...i just missed out.....actually the TestAdvantage setup i have is of 2012.2!...and thanks for the vid...will chk the code though!
Lemme get back to you on this...