M
Mojo
Hi All
I've created a vb6 app that opens up a Word template file, populates it with
stuff and then displays the doc. This all works fine, but when I go and
close the doc (with or without saving it) I keep getting warning messages
saying do you want to save the changes to the normal.dot file.
I haven't touched it!!! I'm using my own .dot files and when my app calls
the page it opens up a fresh blank copy doc of the template.
I'm a good lad in that my app:
* creates a Word object rather than a straight Word reference,
* opens up the template
* populates the created copy of the template
* shows the doc, ie visible = true
* activates the doc
* finally kills the object
I get no normal.dot warnings until I close Word down and get in this
infernal loop of do you want to save changes, save dialogue box appearing
and so on until I go click happy!!
Any ideas?
I've created a vb6 app that opens up a Word template file, populates it with
stuff and then displays the doc. This all works fine, but when I go and
close the doc (with or without saving it) I keep getting warning messages
saying do you want to save the changes to the normal.dot file.
I haven't touched it!!! I'm using my own .dot files and when my app calls
the page it opens up a fresh blank copy doc of the template.
I'm a good lad in that my app:
* creates a Word object rather than a straight Word reference,
* opens up the template
* populates the created copy of the template
* shows the doc, ie visible = true
* activates the doc
* finally kills the object
I get no normal.dot warnings until I close Word down and get in this
infernal loop of do you want to save changes, save dialogue box appearing
and so on until I go click happy!!
Any ideas?