Re: Access denied calling FireEvent in Python

2005-04-07 Thread Jude
> > Set the "campus" listbox value and theb call fire event, such as in > the > > code below. I get an "access denied" error. Fire-events on campuses were forbidden by George W because of terrorists might use them. Jeff -- http://mail.python.org/mailman/listinfo/python-list

Re: Access denied calling FireEvent in Python

2005-03-31 Thread calfdog
Regarding the call to FireEvent: I still do not understand why you could call fi­reEvent('onchange') and now it you have to call "Fi­reEvent('onchange')" to avoid the Access denied message In Ruby or Perl you still call "fi­reEvent('onchange')" it has not changed and you do not get the access den

Re: Access denied calling FireEvent in Python

2005-03-28 Thread calfdog
Found that you have to call FireEvent a different way in the News IE and sp2 Instead of: ie.Document.forms[0].campus.fi­reEvent('onchange') if needs to be changed to: ie.Document.forms[0].campus.Fi­reEvent('onchange') RLM [EMAIL PROTECTED] wrote: > Hello, > > Does anyone know a workaround f

Access denied calling FireEvent in Python

2005-03-16 Thread calfdog
Hello, Does anyone know a workaround for calling fireEvent. With the latest from Microsoft OS XP2 and Hot fixes to IE it now gives an "access denied" error in Python when called. Here is what I am trying to do: Set the "campus" listbox value and theb call fire event, such as in the code below. I