Forum Discussion

mspark's avatar
mspark
New Contributor
11 years ago

Calling methods for ActiveX farpoint spread

 

I am trying to get text in cell in ActiveX farpoint spread by using a mothod, GetText(x,y,value).

But I am not sure how to get calling GetText method. that method isn't shown.

 

When I even call the method like below. TC says "unable to find the object GetText(1,1,)"

Please advise how to get the text in cell from farpoint spread.

I am using Farpoint Spread 8.0 trial version

 

Function GridTest()
  Dim value
  set wGrid = Sys.Process("MFC").Window("#32770", "About MFC", 1).Window("SPR32AU80_SpreadSheet", "", 1)
  call wGrid.GetText(1,1,value)
  Log.Message value
End Function

 

 

farpoint_spread_1.png

 

farpoint_spread_2.png

 

Thanks,

Ryamond.

 

 

 

1 Reply

  • Hi mspark,

     

    TestComplete does not provide support for Farpoint. Either you create your script extension to click , gettext inside farpoint or get intouch with tech team of smartbear to get your work done.