Forum Discussion

Vallalarasu_P's avatar
Vallalarasu_P
Frequent Contributor
7 years ago

How to Automate "FarPoint" Objects like Spreadsheet Using Testcomplete ?

Hi All,

 

   In my windows application, I have ClrFullClassName as WinControls.StandardSpreadsheetControl from Fair Point and the child objects are unable to identify. Please let me know how do you handle this situation in testcomplete.

 

1. SpreadSheet

2.Table, Cell, Row, Column etc

 

Regards

Valla

4 Replies

    • Vallalarasu_P's avatar
      Vallalarasu_P
      Frequent Contributor

      It is the Same case. The object which gets highlighted is the last child object. We are unable to access the Spread Sheet.

      • tristaanogre's avatar
        tristaanogre
        Esteemed Contributor

        I'm not familiar with the type of object but if it's like similar components I've seen, the reason being is that what you have displayed is not an object with a bunch of child objects but a rendering of something else... a spreadsheet embedded within a wrapper component.  So, when you inspect, all you see is the wrapper and not the internal contents of the spreadsheet.

         

        What I would do is inspect the object and see if there are any supporting properties on that wrapper about columns, sheets, etc.