-
Hi everyone! I'm just searching if it's possible to display amounts in NAV in European format (1.000,00) instead of in the US format (1,000.00). Does anybody knows if this can be done in the whole NAV application? Or just in reports formating the obtained amounts and giving it the format we want...
Posted to
Dynamics NAV / Navision - Technical Forum
(Forum)
by
Emanuel Galvan Salazar
on
Jul 13, 2009
Filed under: Dynamics NAV, International, NAV 5.0 SP1, Reports, Navision, Development, Financials, Navision CAL, C/AL, CAL, Application, Report
-
Hi everyone! I'm just searching if it's possible to display amounts in NAV in European format (1.000,00) instead of in the US format (1,000.00). Does anybody knows if this can be done in the whole NAV application? Or just in reports formating the obtained amounts and giving it the format we want...
Posted to
Dynamics NAV / Navision - Technical Forum
(Forum)
by
Emanuel Galvan Salazar
on
Jul 13, 2009
Filed under: Dynamics NAV, International, NAV 5.0 SP1, Reports, Navision, Development, Financials, Navision CAL, C/AL, CAL, Application, Report
-
Hi, 1. Click on a blank dataitem and then open the properties page. This is the properties on the report where margins can be changed. 2. Not sure what you're asking - i.e. if you want this to happen at run time. If in design mode the again use the properties of the shape and set the height and width...
-
I am running report 99000756 (Detailed Calculation) from a codeunit. I am passing some parameters and a filter on Item record. When I run it with USEREQUESTFORM(FALSE) the output includes the original version of the Production BOM. When I run it with USEREQUESTFORM(TRUE) and select either Print or Preview...