andr_simonov
14 years agoNew Contributor
Methods to Work with a VB Grid
Hello,
I'm new to TestComplete and am trying to automate an application called Fidessa.
Its GUI is a massive COM object and was "developed utilising .NET, ActiveX technologies and C++”.
The grid I need access to is: VBObject("combinedGrid"), Window class = GridCore2
Mapping this object to Microsoft Grid and GridView did not work - "not a Microsoft Object".
I cannot find/make work methods for:
- Clicking on a cell
- Getting cell info
- Getting cell text color
Grid.RecordCount does work well however which returns true record count.
Attached are properties and the full list of Test Object and .Grid object methods.
Help will be much appreciated.
Thank you.
I'm new to TestComplete and am trying to automate an application called Fidessa.
Its GUI is a massive COM object and was "developed utilising .NET, ActiveX technologies and C++”.
The grid I need access to is: VBObject("combinedGrid"), Window class = GridCore2
Mapping this object to Microsoft Grid and GridView did not work - "not a Microsoft Object".
I cannot find/make work methods for:
- Clicking on a cell
- Getting cell info
- Getting cell text color
Grid.RecordCount does work well however which returns true record count.
Attached are properties and the full list of Test Object and .Grid object methods.
Help will be much appreciated.
Thank you.