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
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