Category: Knowledge Base

Installing standard reports in ForNAV

Installing standard reports in ForNAV To install standard reports in ForNAV: In the Reports ForNAV Designer, click New, and in the Gallery select the ForNAV Report Pack. Alternatively, you can visit this website: http://bit.ly/ForNAVReportPack. NOTE The Gallery works on ForNAV 3.0.0.1279 and higher, and on Dynamics NAV 2016 and higher. Define the following four parameters:

Continue Reading

Errors and Solutions

This page will list errors seen in past versions and hints on how to fix or work around these problems. Output Shows: The printer name ‘‘ already exists. Please change the name of the printer and try again. Reason: You most likely have a direct printer with the same name as a printer connected to

Continue Reading

Which version of ForNAV am I using?

Since version 2 of Reports ForNAV, you can have multiple versions of the product installed and in use at the same time. This means that your reports can use different versions of the ForNAV add-in. If you want to know which version you are using for a specific report, you can look in a couple

Continue Reading

Printer troubleshooting

Working with printers is known to cause headaches. Both connection and performance can be difficult to get right. The mix of printers, printer ports, spooler services, print servers, security, and drivers sometimes makes it difficult to locate the problem. Here are some general hints and guide lines to help you if you experience problems: Make sure that

Continue Reading

Introduction to JavaScript

With ForNAV, we have introduced the option of using JavaScript as a supplement to writing C/AL code in reports. As JavaScript is new to most Dynamics NAV developers and consultants, we have provided some inspiration to get you started: Our webinar on YouTube, which focuses on the possibilities with JavaScript in the ForNAV Designer. You

Continue Reading

NAV License Requirements

To take advantage of the entire feature set in ForNAV, and design report objects with the ForNAV Designer, you must have access in the Dynamics NAV license to export and import text objects. If you use the Open Designer option on the request page, you must have export/import permissions in the NAV license that is

Continue Reading

How to add a PDF document to a Sales Invoice

Sometimes you might want to add an existing PDF to a Sales Invoice or Purchase Order, for example, to print assembly instructions or legal conditions. You can do this using the advanced PDF features that ForNAV provides with BullZip. Step 1 – Install BullZip You can download and install BullZip from http://www.bullzip.com/. License for Bullzip

Continue Reading

Data Execution Prevention (DEP)

We have observed that the Windows feature called Data Execution Prevention (DEP) can crash programs that use Microsoft.NET components. So far, this behavior has been isolated to Windows Server 2008 R2. If you experience that using of ForNAV is crashing your server or your client on Windows Server 2008 R2, you should try turning DEP off

Continue Reading

TableData 9651 does not exist

If you get the error message TableData 9651 does not exist when you compile a report object in NAV, you must check your NAV Compatibility option. This message means that your object was created for another version of NAV, where the table 9651 Report Layout Selection exists. In the ForNAV Designer and Converter, there is an option called

Continue Reading

Change the report layout at runtime

With Reports ForNAV, you can change the used report layout at runtime. This means that you can load a layout, which you have stored in a file or a blob field and use that instead of the default layout. This feature was introduced because a ForNAV customer wanted to change the invoice layout based on

Continue Reading