I don't know about using automation scripts or Test Complete, but you can read a cell value using
x = TList.Grid.Cells ( iRow, iCol).Value
I hope this is helpful.
Note - for formal technical support,
=> Click on Support
=> Click on "Submit Support Question
( This Google Groups forum here is not for formal support
and is only very infrequently reviewed by Bennet-Tec,
It is rather for User to User communications )
========================
On Tuesday, March 19, 2013 10:55:38 AM UTC-4, Krithika Balasubramanian wrote:
Hi,
I am trying to automate an application that uses Tlist active X control for displaying the data in a grid. Now I need to read a cell value for Validation. Can you please tell me how to retrieve a cell value for Tlist using Automation script. I am using Test Complete for automation.
Thanks.