Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GetCellData not implemented
#2
Not Solved
Hello Angelo,
You cannot set a value against a method where you are fetching a value. That contradicts the methods operation intention.

You can store the value obtained in a variable as such,
Code:
myVal = mySwfTable.GetCellData (2 , 2)
msgbox myVal

If this works, you may read the below for your General Knowledge. If it throws an error stating the method is not supported you may want to try the below,

What is the type of the table object? I am presuming it to be a swftable?
Code:
SwfTable(...).ActivateCell([RowNumber],"Audit Action")

mytext= SwfTable(...).GetNAProperty.("ActiveCell.Text")
msgbox mytext

Hope it helps.
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Reply


Messages In This Thread
GetCellData not implemented - by aranucci - 12-12-2013, 04:49 PM
RE: GetCellData not implemented - by basanth27 - 12-19-2013, 07:32 AM
RE: GetCellData not implemented - by aranucci - 01-07-2014, 03:56 PM
RE: GetCellData not implemented - by basanth27 - 01-08-2014, 07:37 AM
RE: GetCellData not implemented - by aranucci - 01-08-2014, 03:42 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  GetCellData() method ??? sumit_sehgal21 5 28,924 04-22-2013, 07:52 AM
Last Post: basanth27
  error whith getcelldata within actxtable frebuffi 1 2,925 02-27-2013, 03:03 PM
Last Post: Munna.Sarfraz
  GetCellData mv8167 8 18,012 03-01-2012, 10:33 AM
Last Post: inborntester
  Rowcount: getcelldata : compare : click on true result. Please help shamak 1 5,240 02-16-2011, 10:49 AM
Last Post: basanth27
Question RE: Webtable - GetCellData to LocalSheet - another question boludes 3 4,172 01-25-2011, 07:46 PM
Last Post: boludes

Forum Jump:


Users browsing this thread: 3 Guest(s)