Forum Discussion

tanusaraswat_19's avatar
tanusaraswat_19
Occasional Contributor
15 years ago

Unable to work on Object Type VCLObject WndClass is TcxGridSite.

Hi,



Iam having a grid (Name ->"Window("TcxGridSite", "", 1)", WndClass is TcxGridSite , Object Type is VCLObject , ClassName is also TcxGridSite ). Iam unable to perform any action on this object except click(that too on coordinate basis.).



When I explore the object using spy it shows me many methods like "ClickCell" , "FindRow" also "ClickColumnHeader". But when i use these methods the error comes which is "Possible reasons:

1. The application stopped responding.

2. The application was compiled incorrectly (see the Open Applications topic in the help system).

3. An error occurred in TestComplete.



Technical information:

97 0x80020006 (Unknown name.) FColCount.



Tested object:

Aliases.Orchestra.LeadsAssignmentsDetailsResearchTargetCompaniesTabTargetCompaniesGrid.TcxGridSite

(Sys.Process("Orchestra").VCLObject("MainProject").VCLObject("pcPage").VCLObject("TabProject").VCLObject("pcProject").VCLObject("tabWorkLists").VCLObject("panTargetListSmall").VCLObject("pcResearch").VCLObject("tabCSGTargetCompanies").VCLObject("CSGTargetCompaniesFrame").VCLObject("panTop").VCLObject("cxGridClientTeam").Window("TcxGridSite", "", 1))"



I wanted to know the possible reasons for this. Also how to know the type of control Iam working on as Iam a tester , i have been informed that the application is developed using Borland C++ Builder but how to be sure of this at my end so that I can find if all the required plugins have been installed for the particular control.