Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GetCellData not implemented
#3
Not Solved
Hello basanth27,
thank you for the answer.
I tryed to use code as your tip:

Code:
myVal = mySwfTable.GetCellData (2 , 2)
msgbox myVal

My code is:

Code:
myVal = SwfWindow("Complete Edition - SOLAIO03").SwfWindow("Recent Orders").SwfTable("AvaloqServer/FORM_SECTION/form").GetCellData(2, 2)
msgbox myVal

but it doesn't work.
I receive the error:

The method or operation is not implemented.

Code:
Line (7): "myVal = SwfWindow("Complete Edition - SOLAIO03").SwfWindow("Recent Orders").SwfTable("AvaloqServer/FORM_SECTION/form").GetCellData(2, 2)".

I tryed your second tip too but it doesn't work.

Your code:
Code:
SwfTable(...).ActivateCell([RowNumber],"Audit Action")
mytext= SwfTable(...).GetNAProperty.("ActiveCell.Text")
msgbox mytext

My code:
Code:
SwfWindow("Complete Edition - SOLAIO03").SwfWindow("Recent Orders").SwfTable("AvaloqServer/FORM_SECTION/form").ActivateCell(2, "Audit Action")
mytext = SwfWindow("Complete Edition - SOLAIO03").SwfWindow("Recent Orders").SwfTable("AvaloqServer/FORM_SECTION/form").GetNAProperty.("ActiveCell.Text")
msgbox mytext

I receive a sintax error:
Error 14 Cannot use parentheses when calling a Sub

Regards
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: 4 Guest(s)