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...

How to: Specify Rounding Precision

In Visual Studio Report Designer, you can use the ROUND function to round a double-precision floating point value to the nearest integer. However, this function does not have options for changing the precision to which you want to round. For example, you cannot round to the…