F
flaterp
I have an Outlook form where users input contact information. Within the form
I created a "Done" button that calls item.close (0). So the form saves
automatically and closes. However, the "Done" button no longer works. Users
must manually close the form by clicking the X and selecting yes to save any
changes. From what I've read elsewhere on this problem, the recent upgrade to
Office 2007 is the cause of the problem. Thankfully Outlook doesn't crash;
it's just unresponsive to clicking the Done button.
I see there is a hotfix out, but that would require installation on all
users' PCs. Is there a code workaround that would perform a similar save then
close sequence? I have seen item.save mentioned elsewhere, but I'm not sure
how to implement with the close. Thanks in advance for any help.
I created a "Done" button that calls item.close (0). So the form saves
automatically and closes. However, the "Done" button no longer works. Users
must manually close the form by clicking the X and selecting yes to save any
changes. From what I've read elsewhere on this problem, the recent upgrade to
Office 2007 is the cause of the problem. Thankfully Outlook doesn't crash;
it's just unresponsive to clicking the Done button.
I see there is a hotfix out, but that would require installation on all
users' PCs. Is there a code workaround that would perform a similar save then
close sequence? I have seen item.save mentioned elsewhere, but I'm not sure
how to implement with the close. Thanks in advance for any help.