B
BJ Kea
We have written an VB application that takes user data from a form and
populates bookmarks on a Word Template. The application has a Print Preview
feature that brings up the document in Word. The dot is locked so the user
can't modify it, but when the red-x in the upper right hand corner is pressed
to go back to the application; the user is prompted to “Save†the .dot copy.
We disabled the first “Save†message for the .doc version by issuing
objword.activedocument.saved
But now there is a message to save the .dot version. We have set the
documents “Read Only†property on so they can not save the document. We
would rather they not receive the message at all. We need a similar solution
to the above but for the .dot file.
Thanks
BJ
populates bookmarks on a Word Template. The application has a Print Preview
feature that brings up the document in Word. The dot is locked so the user
can't modify it, but when the red-x in the upper right hand corner is pressed
to go back to the application; the user is prompted to “Save†the .dot copy.
We disabled the first “Save†message for the .doc version by issuing
objword.activedocument.saved
But now there is a message to save the .dot version. We have set the
documents “Read Only†property on so they can not save the document. We
would rather they not receive the message at all. We need a similar solution
to the above but for the .dot file.
Thanks
BJ