Jump to content

Recommended Posts

Posted

Was wondering if anyone could help me find the root cause of this error im getting. Attached is AU3 file im working with.

When i run the Criteria() func and take away the above code that part works, and vice versa but when I run everything I get this error.

 

Error.png

myscript.au3

Posted

The _IEFormGetObjByName($fraCriteria, "CRITERIA_FORM")  causes the error

Possibly $fraCriteria has to be declared as Global

Else use some debug to find the problem

  • Moderators
Posted

The URL looks to be internal. Makes it nigh impossible to help you troubleshoot. But I would agree, it obviously does not like $o_object.document.forms. Try _IEFormGetCollection

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...