nhlanhla_mazibu
13 years agoNew Contributor
Unable to find object GetCellEx(2, 1)
Hi Everyone - "Emotionally"
I am trying to call a method GetCellEx() with colums and rows as parameters.
testcomplete says Unable to find object GetCellEx(2, 1)
Another problem is when I try to call it by dot(.) sometimes it appears and sometimes it does not appears on a list. what must I do? Do I have to create an object for this method so that I would be able to use it, unfortunately I donot know how, please show me.
My code is:
var val1,val2;
imqs = Aliases.IMQS;
val1 = imqs.FormAssetFinReportGrid.PanelGrid.AssetReportGrid.GetCellEx(2, 1);
I am trying to call a method GetCellEx() with colums and rows as parameters.
testcomplete says Unable to find object GetCellEx(2, 1)
Another problem is when I try to call it by dot(.) sometimes it appears and sometimes it does not appears on a list. what must I do? Do I have to create an object for this method so that I would be able to use it, unfortunately I donot know how, please show me.
My code is:
var val1,val2;
imqs = Aliases.IMQS;
val1 = imqs.FormAssetFinReportGrid.PanelGrid.AssetReportGrid.GetCellEx(2, 1);