News / Knowledge Base

Paper Trays, Paper Bins, Paper Sources

The paper tray selection (also called the paper bin or the paper source) in ForNAV reports can be controlled with the following function call: C/AL: ReportForNav.PrinterSettings. PaperSource(<TrayNo>,<PageNo>); JavaScript: CurrReport.PrinterSettings. PaperSource(<TrayNo>,<PageNo>);     With the special cases: PageNo = 0: Default PageNo = -1: Last page     You can also still set up the paper

Continue Reading

Print Logos on Document Reports

The default for printing the logo on ForNAV document reports is to only print the logo when printing to PDF or doing a preview To always print the logo, you must change the PrintLogo function on the OnPreReport JavaScript event from: function PrintLogo() {   if (CurrReport.PrinterSettings.PrintTo==’PDF’) {     return true ;   }  

Continue Reading

Partnership with newly established ForNAV Deutschland GmbH strengthens ForNAV’s presence in Germany, Austria and Switzerland

To better support our increasing partner community in the German-speaking countries, we have made a partnership with Jennifer Singleton to establish ForNAV Deutschland GmbH. Jennifer is already well-known in the Microsoft Dynamics NAV partner community in Germany, Austria and Switzerland. ForNAV Deutschland will help local partners like you achieve greater success with the Reports ForNAV

Continue Reading

NAV TechDays 2017

ForNAV is a platinum sponsor and exhibitor at NAV TechDays 2017. NAV TechDays 2017 will take place November 16 and 17, 2017 in Antwerp, Belgium. You can meet the ForNAV team both days throughout the conference.

Continue Reading

New functions on Dataitem tables

string GetCaption() – returns the caption of the table int GetOptionValue(string ExternalFieldName) – returns the value of an option as integer string GetFilter(string ExternalFieldName) – returns a field filter string GetFilters() – returns the table filter CalcFields(ExternalFieldName1[,ExternalFieldName2,..]) – calculates the value of calc fields on a record SetAutoCalcFields(ExternalFieldName1[,ExternalFieldName2,..]) – autocals the value of calc fields

Continue Reading

Prepending and appending PDF files to a ForNAV report

To add PDF’s before and after the output of a DataItem (for example: an invoice) you can use the Append and Prepend JavaScript functions using a BLOB field with the PDF as parameter. The PDF’s can be stored in any table with a BLOB field. However, the easiest way to do this is to use

Continue Reading

NAVUG Summit 2017

ForNAV is a gold sponsor at NAVUG Summit 2017 NAVUG Summit 2017 will take place October 10 to 13 in Nashville, TN, USA. Join your peers there to get ready for the latest Microsoft Dynamics NAV and Dynamics 365, network, and learn from other NAV people and from Microsoft. ForNAV will have a session during

Continue Reading

Installing objects in ForNAV ISV granule area

When installing the ForNAV objects in the ForNAV ISV granule (6188500 Reports ForNAV) area, you are not able to import a txt-file unless you already have the objects in your database. Below you will find “blank” ForNAV objects for NAV 2016, NAV 2017, NAV 2018 and Business Central. You need to import these into your

Continue Reading

Upgrading to a new ForNAV version

This will show you how to upgrade your existing ForNAV reports to run on a newer ForNAV version. If you receive a new version for ForNAV, you often want your existing ForNAV reports to run on the new version. This can be done in two different ways depending on how many of your reports you

Continue Reading

Announcing Reports ForNAV 3.0

We are happy to announce general availability of Reports ForNAV 3.0. New standard reports One of the main features in Reports ForNAV 3.0 is a set of standard document reports. These reports are brand new, and designed and optimized for ForNAV. With these new standard reports, we are making it easy for customers and consultants

Continue Reading