Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
'Object Disabled Error while using DP
#1
Not Solved
Hi,
I have a field OffMarketDate and I have a script like this,
Code:
Browser(" ").Page(" ").WebEdit("name:=947").Set DataTable("OffMarketDate","xyzInfo")
but it shows Object is disabled error.
I used the following script according to our forum Advice

Code:
Dim Value1
Value1=Browser("").Page("").WebEdit("name:=947").GetROProperty("disabled")
Print Value1
It returns 1 for the variable Value1
So is it editable or not?
Any help?
Thanks
Uma
Reply
#2
Not Solved
Hi Uma,
Please try the below code and check if it works well..

Code:
Browser(" ").Page(" ").WebEdit("name:=947").Object.readonly = False
Browser(" ").Page(" ").WebEdit("name:=947").Set DataTable("OffMarketDate","xyzInfo")
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Is VBScripting disabled in Office 365 update? soumyarani 0 1,253 12-19-2020, 12:37 PM
Last Post: soumyarani
  General Object Error(Find Object Error) akhandesh 1 3,410 02-24-2016, 01:05 PM
Last Post: sindhus
  Disabled Webelement is showing up as Visible =True in GUI Spy Shwethareddy 3 3,608 11-07-2012, 02:45 PM
Last Post: Ankesh
  Error while creating object using description.create object in VB script SarodeGirish 5 5,803 06-19-2012, 05:30 PM
Last Post: ssvali
  Object Required Error branjitk 6 12,151 06-07-2012, 12:43 PM
Last Post: branjitk

Forum Jump:


Users browsing this thread: 1 Guest(s)