Error when dismissing reminder

  • Thread starter Thread starter Albacrest
  • Start date Start date
A

Albacrest

I'm experiencing an error which appears consistently when I dismiss a
reminder of my custom appointment form.

It's the "Outlook.exe has generated errors and will be closed by Windows"
though I'm pretty sure the profile isn't corrupt

All I can trace is the Item_Read() being fired and then it crashes OL2000.
Yet if I chose to open the appointment everything works fine.

Although the form instantiates a 3rd party object in Item_Open() this
doesn't seem to be invoked by the dismiss action.

The Item read does some simple things like setting variables, eg
strres=Item.Resources without error.

Can anyone tell me what should be happening after this, as this is where the
problem seems to lie.

Jeff Mowatt
 
I can now track this error to the point at which the reminder hits
PropertyChange() but it never reaches the Write() event. Can anyone tell me
what might be happening in between?

Jeff Mowatt
 
Back
Top