Forum Discussion

nhlanhla_mazibu's avatar
nhlanhla_mazibu
New Contributor
12 years ago

How to use natives Methods like GetCellEx() Method

I have used the Method GetCellEx() and testcomplete says unable to find object GetCellEx(x,y). what are the pre-requisite for using this method.



my code:

 val1 = imqs.FormAssetFinReportGrid.PanelGrid.AssetReportGrid.GetCellEx(2, 1);

1 Reply


  • Hi Nhlanhla,


     


    It looks like the GetCellEx method is provided by your grid. Could you please tell us what grid control is used in your app by answering the following questions?


    1. What is the value of the control's WndClass property (you can check it using the Object Browser)? If the control is a .NET control, please tell me the value of its ClrFullClassName property.


    2. What is the name of the component used to implement the control?


    3. What language and IDE were used to create the application?