Options

How to display a saved PDF file NAV 3 tier

VotucVotuc Member Posts: 206
edited 2010-10-14 in NAV Three Tier
hello,

I have code that saves a sales invoice to PDF. I need to then automatically display the PDF to the user. What can I use? HYPERLINK does not work as it looks for the file locally.
                  REPORT.SAVEASPDF(206, 'F:\InvoicePrinter\Invoices\'+STRSUBSTNO('Invoice No. %1',SalesInvHeader."No.")+'.pdf', SalesInvHeader);

I am using NAV 2009 SP1 - this needs to work from the RTC.

Answers

Sign In or Register to comment.