Micro Focus QTP (UFT) Forums
"Run Time Error: Object is disabled" - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: "Run Time Error: Object is disabled" (/Thread-Run-Time-Error-Object-is-disabled--3538)



"Run Time Error: Object is disabled" - hima - 07-20-2010

"Run Time Error: Object is disabled" What does this mean
if we get this error while running the scripts


RE: "Run Time Error: Object is disabled" - supputuri - 07-20-2010

Generally this error will display when you are trying to perform some operation on the disabled object.


RE: "Run Time Error: Object is disabled" - hima - 07-20-2010

The object is not disabled.
Check box was checked. This is the action.


RE: "Run Time Error: Object is disabled" - Tarik Sheth - 07-20-2010

Can you try .highlight method and also .exist, this should give you the information if the object is present with the desired state.


RE: "Run Time Error: Object is disabled" - hima - 07-21-2010

true, the object is disabled...sorry..How do I make sure this is all recorded, I mean while running can it detect the positioning of the disabled items etc..my scenario is iam creating a client and when i click on submit it shows the preview of the entire client info (just like in a pdf or some confirmation message), how do I validate this. Thanks