FORNAV
Knowledge Base
Knowledge base articles (or “KB articles”) are your go-to resource for detailed feature insights and practical tips on using FORNAV. They’re filled with essential knowledge to address almost any question you might have.
-
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…
-
In progress
We are working hard to get this article online – please be patient with us.
-
Rotating a text box
The text box and the label controls both have an Angle property that controls the rotation of the control. This means that you can rotate the text in both positive and negative directions. Getting the desired result can be a bit tricky because the way the rotation is shown in the Designer is not the…
-
Using the Can Grow property
Some of the controls in the ForNAV Designer have a property named Can Grow (CanGrow). This feature can make controls change size to match the content. It is commonly used with the Text Box and Address controls where you normally don’t know the exact size of the content. There are a few tricks you need…
-
How licensing works in ForNAV OnPrem
You can download ForNAV for free here: www.fornav.com/download This version has full functionality for both converting and designing reports, but will print a watermark saying “Reports ForNAV Trial Version ” on all reports. This means you can try converting and designing reports without having to acquire a ForNAV license. When you want to remove the…
-
Not enough storage is available
In situations when you are printing both RDLC reports and ForNAV reports, the following message can occur under heavy load: “A call to ForNav.Report failed with this message: Not enough storage is available to process this command / The operation completed successfully” and the service tier must be restated to be able to print ForNAV…
-
Dynamic control of color and font in text boxes
You can use the OnPrint text box property to control the formatting and color of text dynamically, using JavaScript. In the following example, if the line amount is negative, the forecolor is set to red and bold is set to true.
-
Use the ForNAV designer to work on RDLC reports
If you want to start working with an RDLC report in ForNAV, you can choose from the following different strategies, which all require that you convert your RDLC report to ForNAV. Use the converted layout and move sections that were misplaced during the conversion. The conversion from RDLC to ForNAV is not a 100% conversion…
-
Multiple Footers
This post will explain how you can have multiple footers, which are shown based on a condition. The required space for each footer in your report is always reserved. This is also the case if your footer is hidden by conditions in your report. However, there is a feature than can help produce reports with…
-
Changing watermark based on the page number
This article is no longer relevant and has been replaced by this article: Adding different watermarks to each page
