Forum Discussion

Paki's avatar
Paki
Occasional Contributor
14 years ago

Table Checkpoints don't work with MSFlexGrids

The table checkpoint when I use the finder tool to select an MSFlexGrid in a VB application it gives me this message

"The selected object has no data to store"

1 Reply

  • Hi Pakinam,



    The Table Checkpoint feature does not support this control. You can find the list of the supported controls in the Supported Controls and Required Plug-Ins help topic.



    Since you are working with a Visual Basic application, TestComplete works with it as with an Open application. This means that the tool has access to the native methods and properties of the application's objects. So, you can work with your grid control using these methods and properties in order to retrieve values from the grid or validate its data. You can find a sample on how to do this in the Retrieving Data From Microsoft FlexGrid. Example help topic.