P
Paul Willman
I have an application created in VB6 that takes data from a database and
creates and displays a Word document if the user chooses to. The program
creates a Word application object in order to display the document. The
problem I have is that when the user closes the Word instance, they are
prompted to save the changes to the document, and if they click no, they get
the error:
Normal.dot was being edited by another Word session. If you save this
document with the original name, you will overwrite any changes made in the
other session.
Do you want to save the document using the original name anyway?
Clicking no gives you the Windows file save dialog box, which you have to
cancel out of. They are then left with a Word instance with no document in
it. When they click on the X to close the app, they get the warning:
Changes have been madde that affect the global template, Normal.dot. Do you
want to save those changes? Clicking No finally makes it all go away.
Needless to say, this is a giant pain, and I need to know how to make this
stop.
I'm using VB6 with Windows XP and Microsoft Word 2002.
Thanks,
Paul
creates and displays a Word document if the user chooses to. The program
creates a Word application object in order to display the document. The
problem I have is that when the user closes the Word instance, they are
prompted to save the changes to the document, and if they click no, they get
the error:
Normal.dot was being edited by another Word session. If you save this
document with the original name, you will overwrite any changes made in the
other session.
Do you want to save the document using the original name anyway?
Clicking no gives you the Windows file save dialog box, which you have to
cancel out of. They are then left with a Word instance with no document in
it. When they click on the X to close the app, they get the warning:
Changes have been madde that affect the global template, Normal.dot. Do you
want to save those changes? Clicking No finally makes it all go away.
Needless to say, this is a giant pain, and I need to know how to make this
stop.
I'm using VB6 with Windows XP and Microsoft Word 2002.
Thanks,
Paul