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

Notification "Report ist scaled xx percent to fit to page"

16 views
Skip to first unread message

ncmiwi

unread,
Sep 19, 2007, 7:50:01 AM9/19/07
to
The notification „Report ist scaled 71 percent to fit to page“ is very
distracting, causes extra work and should be able to be deactivated per
parameter.

An adjustment would be very time-consuming for us, because it concerns a
kernel functionality.

This notification should be able to be deactivated per parameter.


----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/Businesssolutions/Community/NewsGroups/dgbrowser/en-us/default.mspx?mid=0169e304-7ab8-4e53-944b-39f94d452a11&dg=microsoft.public.axapta

Rony Cooremans

unread,
Sep 19, 2007, 8:44:02 AM9/19/07
to

You can disable the scaling of a report with a property on the report
but then the report wont be scaled , so anything that falls of the report
wont be visible

(thats why axapta scales your report to 71% because otherwise all data wont
fit on the page)

Vanya Kashperuk Ivan at dot nospam

unread,
Sep 20, 2007, 7:38:01 AM9/20/07
to
Actually, you can disable this message :)

The ReportRun contains the PrintJobSettings. And PrintJobSettings

PrintJobSettings.suppressScalingMessage

You can set this property from code in the init method of the report.
--
Kashperuk Ivan (Vanya), Dynamics AX MCBMSS
My blog - http://kashperuk.blogspot.com
MorphX IT in Russian - http://www.lulu.com/content/723888

stevenj...@gmail.com

unread,
Sep 28, 2007, 2:18:47 PM9/28/07
to
If the notification is the problem, why not suppress it?
Just add the following code at the from of the "add" method on the
"info" class.

if (strscan(_txt,"report is scaled",1,strlen(_txt)))
return _exception;

0 new messages