Micro Focus QTP (UFT) Forums
GetCelldata Help - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: GetCelldata Help (/Thread-GetCelldata-Help)



GetCelldata Help - snikam - 02-11-2009

Hi All,

i want to fech data from the web table which is displayed.

I am using following code to read the value from the table.

Code:
DataTable("date", dtGlobalSheet) = Browser("Browser").Page("Page").Frame("Frame1").WebElement("WebTable").GetROProperty("text")
The problem is that I am getting webtable as WebElement("WebTable"). due to which I am unable to use getCelldata to get the data from the Webtable.

Can anyone please help me to solve this problem?

Thanks,
Sachin


RE: GetCelldata Help - Ankur - 02-11-2009

Here is a video on how to create web table checkpoints, hope it will help you.


RE: GetCelldata Help - snikam - 02-11-2009

Thanks Ankur for your help.

But my problem is that WebTable is comming as a webelement (WebElement("WebTable").)due to which i am unable to use methods such as getcelldata.


RE: GetCelldata Help - newqtp - 02-18-2009

I just thought It might help you ..try this...
you can use table checkpoint and instead of constant value you can use the parameterzied and those value can be stored in Datatable...


RE: GetCelldata Help - snikam - 02-18-2009

Thanks guys for your help the issue is resolved now....