Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to retrieve cell values in the WebTable of portal application
#3
Not Solved
@ ViV_Karthy :
FYI , GetCellData() will not return an array (As it returns particular cell value itself)

@ Sreedevi:
For retrieving the Cell values of WebTable :
Step1: Find the rowcount of Webtable
Step2: Use for loop using this Rowcount
Step3: use GetCellData(i,2) & store the cell values into variable.

Example: (here i am trying to retrieve the values of Cell of column '2' for all rows)
Code:
rc=Browser(..).Page(..).WebTable(..).RowCount
for i=1 to rc
    Cell_Val=Browser(..).Page(..).WebTable(..).GetCellData(i,2)
    Msgbox Cell_Val
Next
Reply


Messages In This Thread
RE: How to retrieve cell values in the WebTable of portal application - by sreekanth chilam - 05-29-2009, 12:08 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  UFT doesn't recognize SAP objects when it's openned by portal DevRenanGaspar 0 2,493 09-28-2017, 07:41 PM
Last Post: DevRenanGaspar
  get visible cell data values from webtable Satwik 1 4,518 07-24-2014, 11:57 PM
Last Post: supputuri
Question How to retrieve an XML data from a column in DB Ramya Devadoss 0 2,223 05-10-2013, 11:43 AM
Last Post: Ramya Devadoss
  Automating SAP portal using QTP/BPT QTPUser@work 2 4,887 12-13-2012, 08:43 PM
Last Post: QTPUser@work
Shy Trying to use QTP to test through access portal csutter2002 0 1,971 09-21-2012, 10:00 PM
Last Post: csutter2002

Forum Jump:


Users browsing this thread: 2 Guest(s)