Hi,
I have a field OffMarketDate and I have a script like this,
but it shows Object is disabled error.
I used the following script according to our forum Advice
It returns 1 for the variable Value1
So is it editable or not?
Any help?
Thanks
Uma
I have a field OffMarketDate and I have a script like this,
Code:
Browser(" ").Page(" ").WebEdit("name:=947").Set DataTable("OffMarketDate","xyzInfo")
I used the following script according to our forum Advice
Code:
Dim Value1
Value1=Browser("").Page("").WebEdit("name:=947").GetROProperty("disabled")
Print Value1
So is it editable or not?
Any help?
Thanks
Uma