06-27-2012, 12:01 PM
hi,
thanks for your suggestion.Still my problem is not solved
Please help me
1.
2.
and
3.
above 3 methods are not working my application is Ms.Net 2010 based developed application above code is working for 2008 based application.
Regards,
Praveen Raaj.
thanks for your suggestion.Still my problem is not solved
Please help me
1.
Code:
browser("").page("").webtable("").childitem(row,col,"image",0).click-----
2.
Code:
browser("").page("").image("Cancel").click------
and
3.
Code:
col = 9
rCnt = browser("").page("").webtable("").GetROProperty("rows")
For i = 1 to rCnt
Set objImg = browser("").page("").webtable("").ChildItem(i,col,"Image",0)
objImg.Highlight
objImg.Click
Next--------------
above 3 methods are not working my application is Ms.Net 2010 based developed application above code is working for 2008 based application.
Regards,
Praveen Raaj.