Forum Discussion

bindu's avatar
bindu
Occasional Contributor
13 years ago

Click on a row inside a table

Hi,

I am testing an AIR application where I have to click on a name(link) from the search results table.

I am trying to use Find/FindAll methods to work on this table to give me an option to work on the child objects.

y= wnd.tblSearchResult.Find(ObjectType,"AdvancedListBaseContentHolder",2, TRUE)

But, "Y" is not returning a value.

Can someone please help me with this.

Scenario:

Once the search results are displayed I have to click on name which navigates me to a different window.

Test Complete:

Test Complete identifies all rows/columns within the table as childs and the Tables object Type is "AdvancedListBaseContentHolder".



Which are the best property/method's to get the values required to perform my operation?



Please respond.




  • Hi,



    You can find an example of working with your grid control here.



    You can also vote for this control. The more votes a control has, the higher priority it has among controls for which special support is requested.
  • bindu's avatar
    bindu
    Occasional Contributor
    Thanks Jared for the reply.. Will look into this and see how it helps in resolving the issue.