Q
qbutler
I have a publisher document that connects to a database and completes a mail
merge from an access DB table. The mailmerge completes into a new
publication. However I then have two instances of publisher open which is
fine. However when I close the merged document which contains the names from
the database I am prompted whether I want to save or not, that is ok. But
when I close the instance that has my template and the code I do not want to
be prompted with the save dialog box. Is there a way to programmatically
answer no to this question. I did try using:
Thisdocument.saved = true
to try and trick the application that it has already been saved and not to
prompt but it is a read only value and can not be modified.
Any insight on how I can accomplish this is greatly appreciated.
merge from an access DB table. The mailmerge completes into a new
publication. However I then have two instances of publisher open which is
fine. However when I close the merged document which contains the names from
the database I am prompted whether I want to save or not, that is ok. But
when I close the instance that has my template and the code I do not want to
be prompted with the save dialog box. Is there a way to programmatically
answer no to this question. I did try using:
Thisdocument.saved = true
to try and trick the application that it has already been saved and not to
prompt but it is a read only value and can not be modified.
Any insight on how I can accomplish this is greatly appreciated.