Cannot identify cells in VSFlexgrid of Componentone
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2017
04:06 PM
06-06-2017
04:06 PM
Cannot identify cells in VSFlexgrid of Componentone
Testcomplete is not recognizing the objects inside the vsflesgrid. It is recognizing as the whole grid but not rows or columns inside it. Can someone please how to iterate ot find values or text in cells. Any code example would be helpful. Please find the attached screenshots of grid as well as properties.
Labels:
- Labels:
-
User Forms
4 REPLIES 4
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2017
11:01 PM
06-06-2017
11:01 PM
Hi,
Test Complete doesn't go to cell level object for some of the grids types, This may part of that.
But you can access the values using below functions,
youTableObject.wRowCount - To get row count
youTableObject.wColumnCount - To get column count
youTableObject.wValue(row,col) - To get cell value
for more details
http://helpcentral.componentone.com/docs/vsflexgrid8/vsflexgridpropertieseventsandmethods.htm
Thanks
Shankar R
LinkedIn | CG-VAK Software | Bitbucket | shankarr.75@gmail.com
“You must expect great things from you, before you can do them”- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2017
06:02 AM
06-07-2017
06:02 AM
It says object cannot be find when i tried to use the wRowCount
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2017
08:39 PM
06-07-2017
08:39 PM
Attachment is missing in your post. Can you attach the screenshot of the grid along with its full properties and methods
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2017
05:46 AM
