How to display a saved PDF file NAV 3 tier

Votuc
Member Posts: 206
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.
I am using NAV 2009 SP1 - this needs to work from the RTC.
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.
0
Answers
-
This post should be a good source of information: http://blogs.msdn.com/b/nav/archive/201 ... g-box.aspx
Or to make it simpler save the file on a network share that is accessible from both client and service tier.0 -
Or have a look at the examples I posted here:
http://blogs.msdn.com/b/nav/archive/2009/10/08/send-email-with-pdf-attachment-in-nav-2009.aspx
Regards,
ClausClaus Lundstrøm | MVP | Senior Product Manager | Continia.com
I'm blogging here:http://mibuso.com/blogs/clausl and used to blog here: http://blogs.msdn.com/nav
I'm also offering RDLC Report Training, ping me if you are interested. Thanks to the 700 NAV developers that have now already been at my training. You know you can always call if you have any RDLC report issues :-)0 -
clausl wrote:Or have a look at the examples I posted here:
http://blogs.msdn.com/b/nav/archive/2009/10/08/send-email-with-pdf-attachment-in-nav-2009.aspx
Regards,
Claus
Hi Claus, yes I used your code examples to write my code. Thank you so much for writing that blog. What I wanted was to display the PDF invoice on the screen automatically in addition to the PDF attachment.
I think I have found a solution - a mapped network drive and then the HYPERLINK function brings it up.
so with code above...HYPERLINK('Q:\Invoices\'+STRSUBSTNO('Invoice No. %1',SalesInvHeader."No.")+'.pdf');
0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions