Forum Discussion
AlexeyK
13 years agoSmartBear Alumni (Retired)
Hi,
FColCount is a private property of VCL grid controls. wRowCount is a TestComplete property that it provides for grid controls.
To get the value of wRowCount, TestComplete tries to read the value of FColCount and fails to do that.
Most likely, this happens because your application was not compiled as an Open Application (see item 2 in the error message you are getting). In this case, TestComplete cannot reach private properties.
Compile your application as Open and try again. You can find step-by-step compiling instructions in TestComplete help: http://smartbear.com/support/viewarticle/13169/.
Related Content
- 5 years ago
Recent Discussions
- 2 days ago
- 2 days ago
- 6 days ago