Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
175
How to select a checkbox from swfTable(grid) UltraWinGrid control
posted

Hi,

We are using TestAdvantage window forms 2007 vol2.0 clr2.0 with QTP 9.1.

I am not able to select checkbox which is embed in swfTable(grid) UltraWinGrid control.

Same problem i am getting with Horizontal Scroll bar which is embe in swfTable(grid) UltraWinGrid control and generated at runtime.

below is the code which i have used :-

SwfWindow("Personify: NSSWP").SwfWindow("Meeting Attendance").SwfTable("Grid").ActivateCell "0","mCheckBox"

abc = SwfWindow("Personify: NSSWP").SwfWindow("Meeting Attendance").SwfTable("Grid").GetNAProperty("ActiveCell.Column.CellActivation")

and gettig this error:- 

Unable to find assembly 'Infragistics2.Win.UltraWinGrid.v7.2, Version=7.2.20072.61, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'.

Line (155): "abc = SwfWindow("Personify: NSSWP").SwfWindow("Meeting Attendance").SwfTable("Grid").GetNAProperty("ActiveCell.Column.CellActivation")".

 Please suggest me the solution if there is any?

Thanks...