Hi,
Recently I’ve experienced some odd behaviour in one of my templates…
I have some templates that creates new documents through the .add method
The template attached is “MyTemplateMaster.dot”
(Toolbars are modified by the “MyTemplateMaster.dot” during the doc creation)
I get two different kinds of questions when I save the document or tries to close it
1. Do you want to save changes to the “MyTemplateMaster.dot? ” (usually on close)
2. Do you want to save changes to the document template ? (both on close and first save)
Question 1 I usually manage to suppress by setting .savechanges=true at the “onClose” event.
However, recently question 2 has also started to appear, but this happens only at the first save of the document – never subsequently.
Would anyone know the full explanation to this behaviour?
– is there a sort of “onFirstSave” event ?
What is the distinction between the two questions ?
– that is, if there is a such, also their implications and potential work-arounds ?
(to me it seems that the source for these questions – must be that they originates from different places in the program code)
Thanks and best regrads,
;o)) Henrik