Error when dismissing reminder

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
 
J

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top