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
250
SwfTable("Ultragrid) Cell Select & Click is not working with TA 7.3
posted

Hi

We are using TA 7.3 trail version, How we need to be selected a cell in the SwfTable ? and click that particular cell ?

Swfwindow(XXX).SwfWindow(XXXX).SwfTable(XXX).SelectCell "0;0" (this is not working)

Please let us know some methods for Swftable, we try all SwfTable methods what you people provided in Forums. However no use QTP is showing  "General Error"

Please Help in this regard.

Thanks,

Sridhar

  • 7695
    Offline posted

     SelectCell uses two parameter not one. It can be either:

    "rowNumber", "columnKey"  in the case of a single band

    -or-

    "bandNumber;rowNumber", "columnKey" in the case of a multband scenario

     

    I hope this helps resolve your issue,