Is there a way to turn this message off when reports are scaled?
The users see it anyway and does not give any additional information.
=> We don't need it at all!
And it does not increase our efficiency when we use AX ...
Thanks
Heinz
This works for MOST reports (SalesPackingSlip & PuchPackingSlip
printJobSettings are controlled in the "fetch" method).
--
si wis pacem, para bellum
this.printJobSettings().suppressScalingMessage(true);
/Jonas