Is it possible to transfer a 'mark' filter to a classic report if the classic report is running from RTC?
I'm trying to run a label print report (yes, with barcodes) in RTC. Since RTC has some difficulties with printing barcodes in RTC I'm using the classic version of the report. The report should run with a filtered table as of MarkedOnly(True). But the table is losing it's filterset when it runs the report.
Note: The report is called from an Item Journal and in classic the call runs just fine. No filters lost.
Version: NAV 2009 SP1.
Thanks,
Roelof
0
Comments
So I think we need to look at upgrading the report. What issues do you have with barcodes in the RDLC report?
/Claus Lundstrøm
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 :-)
Yes, I figured out that marking records is not supported in RTC. I created a work around by using a physical field on the table as a unique sorting key. That seems to work.
Maybe you are thinking about the issue that fonts are not included in PDF when you save the report as PDF from NAV 2009, Report Viewer 2008.
So when you share the PDF with others the Barcode is not printed because they don't have your Barcode font installed on their machine.
Workaround in NAV 2009 is to use a PDF printer i.e. BullZip to have the font included.
In NAV 2013, Report Viewer 2010 supports embedding fonts =D>
But barcode printing works just like in NAV 2009, so you should be able to upgrade your report now for NAV 2009.
/Claus Lundstrøm
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 :-)
RDLC reports are the reports supported in the RoleTailored client.
From RTC the Report Viewer is opened and renders the RDLC report when you select "View" on Request Page.
/Claus Lundstrøm
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 :-)
Example see the report I created here some time ago:http://blogs.msdn.com/b/nav/archive/2011/10/25/embedding-fonts-into-pdf.aspx
Yes, this report is created in NAV 2013, but I could have created in NAV 2009 as well, but then you would only be able to print the barcodes if you do not have the Barcode font installed on your machine.
Which Barcode font are you using? Has this been converted to a True Type font?
/Claus Lundstrøm
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 :-)
What exactly is not working for you?
/Claus Lundstrøm
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 :-)
I'll keep you posted.
/Claus Lundstrøm
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 :-)
If you use saveaspdf, you need to restart your NST after installing the font! (the whole machine not just NST-Service!)
I rewrote my barcode solution to create a bitmap just because i wasn't aware of the restart needed and thought the reportviewer is broken!
(I'am ok with that now, since this solution is able to create different barcode types...)
I followed your advice and the guide at
http://community.dynamics.com/nav/b/arc ... eport.aspx, but I still can not renderbarcode fonts correctly on the RTC reports. Do I need some other configuration?