Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
error whith getcelldata within actxtable
#1
hello,
i am facing a problem when getting data within acxtable. "error not specified". the table has 30 rows but when I run the script appears only 7 of them (so i had to add make cell visible) but when row pass the 7th, make cell visible passed ok, select cell passes ok , but error appear with get cell data (error not specified)...can you help me with this. here is the code

Code:
i=1 While i<=rowcount VbWindow("frmTracking").VbWindow("frmOpCons").ActiveX("SSSplitter").AcxTable("Visor de Operaciones").MakeCellVisible i,1 VbWindow("frmTracking").VbWindow("frmOpCons").ActiveX("SSSplitter").AcxTable("Visor de Operaciones").SelectCell i,1 aux=VbWindow("frmTracking").VbWindow("frmOpCons").ActiveX("SSSplitter").AcxTable("Visor de Operaciones").GetCellData( i,1) i=i+1 wend
Reply
#2
I faced same issue in SWF Table,
Problem: GetCellData returning null.
Suggested Solution: Use following code, I am sure it should work.
Code:
aux=VbWindow("frmTracking").VbWindow("frmOpCons").ActiveX("SSSplitter").AcxTable("Visor de Operaciones").Object.GetCellData( i,1)

Please do let me know, if suggested solution not working fine.

-Sarfraz
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  GetCellData not implemented aranucci 4 7,582 01-08-2014, 03:42 PM
Last Post: aranucci
  GetCellData() method ??? sumit_sehgal21 5 30,608 04-22-2013, 07:52 AM
Last Post: basanth27
  GetCellData mv8167 8 19,297 03-01-2012, 10:33 AM
Last Post: inborntester
  Rowcount: getcelldata : compare : click on true result. Please help shamak 1 5,628 02-16-2011, 10:49 AM
Last Post: basanth27
Question RE: Webtable - GetCellData to LocalSheet - another question boludes 3 4,829 01-25-2011, 07:46 PM
Last Post: boludes

Forum Jump:


Users browsing this thread: 1 Guest(s)