@Pappione wrote:
Hello Robin,
We are using release 3.2.2 Build 13517 for the past few weeks. The ConvertTo is not overwriting the PDF's as we want it to any more. Now it is adding the "_#" suffix to every file name. Strangely enough, not on every computer. One client and I have the same registry settings for autosave, EnsureUniqueFilenames = False. Mine will overwrite, hers does not.
This is getting ugly. I am spending the better part of my days chasing the files that should be overwritten, and replacing them with the highest iteration of the suffix.
Please help!
Code Snippet:
DoCmd.PrintOut acPrintAll
Do Until oPDFQueue.Count > 0
DoEvents
Loop
Set oPDFJob = oPDFQueue.NextJOB
oPDFJob.SetProfileSetting "OutPutFormat", "PDF"
oPDFJob.ConvertTo sFileNameThank You!
Posts: 2
Participants: 2