12-09-2009, 02:08 PM
hi everyone ,
i have an issue with WebTable.
one of the cell of my web table has a "WebEdit" object
And my requitment is to read the value of WebEdit object and display it using msgbox.
i tried following:
--------------------- cut from code------------------------------------
-------------------- end of cut-----------------------------------------
when i run this script , I get error message " Object required a"
what must be the problem with above code?
MY OR contains following:
browser-->page-->webedit,webtable
i have an issue with WebTable.
one of the cell of my web table has a "WebEdit" object
And my requitment is to read the value of WebEdit object and display it using msgbox.
i tried following:
--------------------- cut from code------------------------------------
Code:
set a = Browser("B").Page("P").WebTable("WT:").ChildItem(2, 1, "WebEdit", 0)
b= a.GetROProperty("value")
msgbox b
when i run this script , I get error message " Object required a"
what must be the problem with above code?
MY OR contains following:
browser-->page-->webedit,webtable