Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GetCellData
#1
Not Solved
Can we get more information on a cells data other than just the shown information?

Currently, I have:
Code:
FaxStatus = TableObj.GetCellData(3,1)

But is it possible to return if the cell is: visible, htm id, etc?

I am trying to do a If FaxStatus = value Then Higlight

I tried:

Code:
set a = Browser("Fax Request").Page("Page").WebTable("Fax Status").ChildItem(3,1,"WebElement", 1)
b= a.GetROProperty("abs_x")

But I get the Run Error: "Object required a"
Reply


Messages In This Thread
GetCellData - by mv8167 - 02-15-2012, 10:07 PM
RE: GetCellData - by inborntester - 02-18-2012, 08:14 AM
RE: GetCellData - by surya_7mar - 02-19-2012, 09:58 AM
RE: GetCellData - by mv8167 - 02-27-2012, 09:36 PM
RE: GetCellData - by inborntester - 02-27-2012, 09:41 PM
RE: GetCellData - by mv8167 - 02-28-2012, 02:24 AM
RE: GetCellData - by inborntester - 02-28-2012, 08:16 AM
RE: GetCellData - by mv8167 - 02-29-2012, 09:20 PM
RE: GetCellData - by inborntester - 03-01-2012, 10:33 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  GetCellData not implemented aranucci 4 6,439 01-08-2014, 03:42 PM
Last Post: aranucci
  GetCellData() method ??? sumit_sehgal21 5 28,089 04-22-2013, 07:52 AM
Last Post: basanth27
  error whith getcelldata within actxtable frebuffi 1 2,742 02-27-2013, 03:03 PM
Last Post: Munna.Sarfraz
  Rowcount: getcelldata : compare : click on true result. Please help shamak 1 5,060 02-16-2011, 10:49 AM
Last Post: basanth27
Question RE: Webtable - GetCellData to LocalSheet - another question boludes 3 4,042 01-25-2011, 07:46 PM
Last Post: boludes

Forum Jump:


Users browsing this thread: 1 Guest(s)