HomeTechnical Support » Sage 300 ERP

(fka Sage Accpac ERP)

PDF Printing Messages in this topic - RSS

JoeLabine
Posts: 11


4/30/2019
JoeLabine
Posts: 11
Hi,

I'm trying to automate a pdf printing process, working with Sage 300 and PrintBoss. We do have a rtp "calling" a PrintBoss form. Now the form is configured with the "confirm destination filename at runtime" checked (see attached image). So that way the user can choose where to save the pdf.

In the automation process I need to be able to skip this question (but I still need to keep it for manual operations). Is there a variable or anything I could set in the Crystal RPT to tell PrintBoss to ignore the "confirm destination filename at runtime"?
I know I could copy the PrintBoss form and change the settings manually but that would be two forms to maintain.

Thank you

Attachments:
cur.JPG
0 link
Nancy
Administrator
Posts: 765


5/1/2019
Nancy
Administrator
Posts: 765
Example:
PDF Tab Destination File Name use {PDFFile} as the variable.
Then Footer Objects:
#[C,3]Assign PDFFile, 'H:\Accounting\{YYYY-MM-DD} {Payee1} #{DocNo}'
#[C,4]Assign PDFFile, 'S:\Accounting\{YYYY-MM-DD} {Payee1} #{DocNo}'

Steve Babcock
+1 link






Powered by Jitbit Forum 8.3.8.0 © 2006-2013 Jitbit Software