Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

always message "report is scaled xx% to fit to page"- turn off?

5 views
Skip to first unread message

HFL

unread,
Dec 15, 2009, 1:20:06 PM12/15/09
to
AX4, SP2

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

Decoy

unread,
Dec 15, 2009, 3:28:02 PM12/15/09
to
In the "report"/init method, add the following line:
this.suppressReportIsEmptyMessage(True);

This works for MOST reports (SalesPackingSlip & PuchPackingSlip
printJobSettings are controlled in the "fetch" method).
--
si wis pacem, para bellum

Jonas

unread,
Mar 15, 2010, 6:43:01 AM3/15/10
to
i am not sure about Ax4, but in Ax2009 the following line in the init method
will help you:

this.printJobSettings().suppressScalingMessage(true);

/Jonas

0 new messages