12-09-2009, 06:00 PM
hi
thanks to all , my problem got solved
--------------------- cut from code------------------------------------
-------------------- end of cut-----------------------------------------
web table property "WT:" in the above code (Webtable("WT:")) was not matching with my OR .
i corrected it , and its working well.
But the Error message "Object required a" ,which i was getting, will really does not help a user (beginer) to solve this issue.
thanks to all , my problem got solved
--------------------- cut from code------------------------------------
Code:
set a = Browser("B").Page("P").WebTable("WT:").ChildItem(2, 1, "WebEdit", 0)
b= a.GetROProperty("value")
msgbox b
web table property "WT:" in the above code (Webtable("WT:")) was not matching with my OR .
i corrected it , and its working well.
But the Error message "Object required a" ,which i was getting, will really does not help a user (beginer) to solve this issue.