11-24-2008, 06:16 PM
Hi All,
I have a problem in retrieving row number from data table. I want to get the row no for specific data.
BAH-05:00-QTP -
SHJ-BAH-05:00-QTP
when this code line execute, it gives wrong row no. it gives row number for the SHJ-BAH-05:00-QTP. I don’t know what is the reason. In here I have attached the web table image I used. I think both data are similar,
if any one knows how to solve this problem, please help me…
Thanks
Amilar
I have a problem in retrieving row number from data table. I want to get the row no for specific data.
Code:
row= Browser(":: Cesar").Page(":: Cesar").Frame("frm_spnGrid").WebTable("1").GetRowWithCellText ("BAH-05:00-QTP")
msgbox row
BAH-05:00-QTP -
SHJ-BAH-05:00-QTP
when this code line execute, it gives wrong row no. it gives row number for the SHJ-BAH-05:00-QTP. I don’t know what is the reason. In here I have attached the web table image I used. I think both data are similar,
if any one knows how to solve this problem, please help me…
Thanks
Amilar