IE Automation

AbsoluteAccess

New member
Local time
Tomorrow, 04:45
Joined
Feb 12, 2013
Messages
9
I have a fair bit of automation working with a particular site from Access 2010. Most of it is working perfectly except for the onChange event for a selection box. I change the value with:

ie.Document.all("StandardGameCountSel").Value = 18

The value is updated but the event doesn't fire. I have tried:

ie.Document.getElementById("StandardGameCountSel").FireEvent ("onchange")

but this doesn't work.

I used Chrome to look at the Event Listeners and now I'm really lost. The Change event looks as per the attached image:

How can I fire this jquery(?) function. Thanks in advance for any assistance.
 

Attachments

  • jquery.jpg
    jquery.jpg
    58.7 KB · Views: 78

Users who are viewing this thread

Back
Top Bottom