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
335
click on a link inside a particular cell in swftable
posted

Hi,
There is a cell in a swftable which is getting displayed as a link. I need to click on the link.

I have captured the BandName using

val = obj.GetNaProperty("DisplayLayouts.Bands[1].Columns[2].Header.Caption") and the used obj.OpenLink "19", val,"Applied", Href .... i dont know how to find the Href value.

I also tried obj.SelectCell "19",val

Both the above methods didnt work for me. Can anyone help me on this.