When you create a report to a PDF in AccuZIP6, we always save it to the default folder where the file is located with the name of the file then eReports.pdf
The command will rename
Filename eReports.pdf to Filename eReports1.pdf
From the Edit>Command window, copy/paste the following code into the Command statement syntax area.
Code: Select all
com_PDFFilePath=DBF()
rename FORCEEXT(com_PDFFilePath,"")+" eReports.pdf" to FORCEEXT(com_PDFFilePath,"")+" eReports1.pdf"