Author: Jan Sillemann

Backslashes and line breaks

In Microsoft Dynamics 365 Business Central, a backslash sometimes represents a line break in the text. This works really well unless you actually want to display the backslash character instead of a line break! With ForNAV, you can show the backslash in a text box if the multiline property is set to no. If the

Continue Reading

Troubleshooting Excel export

If you experience problems exporting your report to Excel, starting from version 4.0.0.1613, you can run ForNAV in debug mode and send the debug files to ForNAV Support for troubleshooting. To enable the debug mode: In the registry database on the service tier machine, under the registry key HKEY_LOCAL_MACHINE\SOFTWARE\ForNAV\Reports ForNAV, add a value named DebugMode

Continue Reading

Announcing ForNAV on Microsoft AppSource

We are happy to announce general availability of the ForNAV Customizable Report Pack for Microsoft Dynamics 365 Business Central Cloud available on Microsoft AppSource. Using Microsoft Dynamics 365 Business Central Cloud? Looking for an attractive set of reports that you can deploy in minutes and that are easy to modify? ForNAV Standard Reports makes life

Continue Reading

Announcing ForNAV 4.0

We are happy to announce general availability of ForNAV 4.0 (4.0.0.1596). This new version of ForNAV includes support for Microsoft Dynamics 365 Business Central on-premises and private cloud, including support for both txt/objects and al/extensions. It also contains a major enhancement to the ForNAV Converter, enabling it to convert not just reports from txt/objects to

Continue Reading

PowerShell CmdLet2

In case you want to automate the conversion of Classic or RDLC reports or reconversion of ForNAV reports you might want to use the ForNAV Powershell commandlet “Invoke-ReportsForNavConvert”, which has the same capabilities as the ForNAV converter – but without the user interface Instead input is given as parameters: Parameter Description Default TableDefinitions <path |

Continue Reading

Updated End User License Agreement (EULA)

We have updated our End User License Agreement (EULA), mainly to reflect our new offering based on a cloud service for Microsoft Dynamics 365 Business Central. The new EULA takes effect from ForNAV version 4.0 (4.0.0.1596) and for newer versions. You can find the EULA here: www.fornav.com/documents/EULA.pdf A German translation is also available here: https://www.fornav.com/documents/ENLV.pdf

Continue Reading

Custom Fonts

Using custom fonts in reports has always been tricky because you used to have to install the fonts on both the server and the client machines. With ForNAV, you can now use custom fonts in your reports without having to install these fonts on your service tier and client computers. The ForNAV Designer detects that

Continue Reading

Layout changes are not saved

When you save directly to the NAV database from the ForNAV Designer, you might experience that it looks like your report changes are not saved, even though no error is displayed. The most likely explanation for this behavior is that your NAV settings in the Designer are pointing to another database. Therefore, your report object

Continue Reading

Using the ForNAV Converter to convert txt to AL

The new version of the ForNAV Converter now supports conversion of any C/SIDE object to an AL extension, and you can even keep your reports in RDLC format if you are not ready to migrate to ForNAV reports yet. This means that the ForNAV Converter offers you the added value of being a free, single-step

Continue Reading

Inspecting the dataset when running ForNAV reports

Sometimes when running a report there is no output, records are missing from the output, or sections are not printed as you expected. Just like when running RDLC or a Word report, it is possible to get the dataset by running the report from C/SIDE using a Report.SaveAsXML call – but because ForNAV often does

Continue Reading