I have a webtable in which there are 50 rows and 15 columns. But if i use 
Rowcount, columncount it gives 1. But i need to check a checkbox in the 
grid for a specific row.

Set WebTbl=description.Create()
WebTbl("micclass").Value="WebTable"
WebTbl("html tag").Value="TABLE"
WebTbl("name").Value="2"
WebTbl("x").Value="170"
'WebTbl("abx_y").Value="159"
'WebTbl("column names")="1234Select all.*"
Set d=Browser("br").Page("pg").WebTable(WebTbl)
Numberofrows = d.RowCount

-- 
-- 
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en

--- 
You received this message because you are subscribed to the Google Groups "QTP 
- HP Quick Test Professional - Automated Software Testing" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to