How to: Verify Controls on a Report

Client report definition (RDLC) report layouts generate the dataset for the reports in a different way than Classic report layouts. For RDLC report layouts, the dataset is generated based on a set of rules and uses the controls in the section part of the Classic report…

How to: Verify Code on a Report

Some code that is supported on Classic report layouts is not supported on client report definition (RDLC) report layouts. If you want to use the RDLC layout of a report, you should verify that all code on your report is supported in the RDLC layout. If…

Stick to the Guidelines!!

In my opinion all NAV developers should write code in a way that it's easy to read for other developers. There is only one way to do that: Stick as close as possible to the coding standards that are described in the "C/AL Programming Guide". Bron…

How to: Reset Page Numbers

On some reports, you may want to group sets of data together and reset the page number after each group. For example, in the standard application, report 206, Sales Invoice, displays sales invoices that are grouped by sales invoice number. Bron : MSDN Lees meer...