CBrine
02-15-2007, 11:45 AM
I've inherited an application that we use to send status updates through our head office. The application was work fine until a few days ago. Now, all of the sudden, exiting from the form is causing an error. I've entered the debugger, and this line is selected.
item.close 1
I don't know much about outlook forms, so I guessing at the meaning of the code. I was not able to a set item = anywhere, so I'm assuming that this is similiar to the excel Me statement and refers to the form itself. Close is pretty easy, and I'm assuming the 1 represents the save flag being set to false.
I'm not sure what has changed to cause this issue, but Outlook 2003 is failing on it, but not Outlook 2000. We have autoupdates turned on, so it could be some patch that is causing this. Can I modify the code so that it works with Outlook 2003. Maybe changing it to "Me.close 1".
Thanks in advance
Cal
item.close 1
I don't know much about outlook forms, so I guessing at the meaning of the code. I was not able to a set item = anywhere, so I'm assuming that this is similiar to the excel Me statement and refers to the form itself. Close is pretty easy, and I'm assuming the 1 represents the save flag being set to false.
I'm not sure what has changed to cause this issue, but Outlook 2003 is failing on it, but not Outlook 2000. We have autoupdates turned on, so it could be some patch that is causing this. Can I modify the code so that it works with Outlook 2003. Maybe changing it to "Me.close 1".
Thanks in advance
Cal