Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
table output values
#1
Not Solved
Hello,

I am trying to read the data from a specific cell of a table but I am not able to do it.

OR:
Please see the image.

Script I have so far:
Code:
VbWindow("frmMain_2").VbWindow("fBulkTestSelection").AcxTable("FarPoint Spread 3.0").Output CheckPoint("FarPoint Spread 3.0")

If I want to read the cell 7,2 then store the value into a variable, How can I do it?

Thanks.


Attached Files Image(s)
   
Reply
#2
Not Solved
hi there,
Please use the GetCellData method to fetch the data from the AcxTable.
Code:
msgbox VbWindow("frmMain_2").VbWindow("fBulkTestSelection").AcxTable("FarPoint Spread 3.0").GetCellData(7,2)
Thanks,
SUpputuri
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Fetching values from a web table qapandit 7 8,585 05-30-2014, 02:32 PM
Last Post: nistalaramesh
  Script running more times than the values in global data table TPavani 5 4,146 10-04-2012, 11:18 PM
Last Post: krr
  output check point sdazad 11 10,182 11-02-2011, 10:57 AM
Last Post: Ankesh
  How can I output table values and see them Mala 0 3,060 03-05-2011, 01:32 AM
Last Post: Mala
  How to retrieve value of a text output? paulwesterman 2 15,728 01-14-2011, 05:56 PM
Last Post: paulwesterman

Forum Jump:


Users browsing this thread: 1 Guest(s)