sarun108
Technical User
- Jul 27, 2008
- 5
ACCPAC 5.2
Need help in setting up a macro that can save the results of the Report in a pdf file without having to go through the Export File dialog.
Any suggestions?
Here is a code snippet:
Here is a small snippet of code:
rpt.Format = PF_PDF
rpt.OutputDestination = OD_CLIENT
rpt.PrintDir = "c:\temp\"
rpt.PrintReport
Need help in setting up a macro that can save the results of the Report in a pdf file without having to go through the Export File dialog.
Any suggestions?
Here is a code snippet:
Here is a small snippet of code:
rpt.Format = PF_PDF
rpt.OutputDestination = OD_CLIENT
rpt.PrintDir = "c:\temp\"
rpt.PrintReport