Micro Focus QTP (UFT) Forums
Access Webtable Cell - 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: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: Access Webtable Cell (/Thread-Access-Webtable-Cell--2915)



Access Webtable Cell - learner1 - 12-30-2009

To access the Data in a WebTable we Use B("").P("").WebTable("").GetCellData(Row,Col)

In my case i am verifying the whole Column Data of the WebTable.
So i am accessign the Data using above command and then comparing it with the required value.
then pointing next row of table and accessign the Data using above command and then comparing it with the required value.

This way i am again and again using GetCellData command which taking more time.

Can not i get the whole column data of the webtable into an array.this way i can atleast save some time by ignoring getcelldata command
For Ex: Something Like B("").Page("").WebTable("").GetColumnData("ColName/ColNum")


RE: Access Webtable Cell - Saket - 12-30-2009

hey learner1, Creating multiple thread for the same query does not give you the answer.
refrain yourself from creating duplicate threads.

Duplicate Thread - https://www.learnqtp.com/forums/access-webtable-cell-t-2907.html

!!Thread is closed now !!