Connecting Tech Pros Worldwide Forums | Help | Site Map

Acc2003: Magnify report in preview mode?

planetthoughtful
Guest
 
Posts: n/a
#1: Mar 12 '06
Hi All,

Can anyone tell me if there's a way to magnify reports in preview mode
through code? I use reports in preview mode to provide an overview of
subrecords etc associated with records in my main table. However, when
I open a report programmatically, even when I automatically maximize
the report, the text always seems to appear at less than 100%
magnification. I'm wondering if there's a way to change that at the
time the report is opened?

Any help appreciated.

Much warmth,

planetthoughtful
---
"Lost in thought"
http://www.planetthoughtful.org


salad
Guest
 
Posts: n/a
#2: Mar 12 '06

re: Acc2003: Magnify report in preview mode?


planetthoughtful wrote:
[color=blue]
> Hi All,
>
> Can anyone tell me if there's a way to magnify reports in preview mode
> through code? I use reports in preview mode to provide an overview of
> subrecords etc associated with records in my main table. However, when
> I open a report programmatically, even when I automatically maximize
> the report, the text always seems to appear at less than 100%
> magnification. I'm wondering if there's a way to change that at the
> time the report is opened?
>
> Any help appreciated.
>
> Much warmth,
>
> planetthoughtful
> ---
> "Lost in thought"
> http://www.planetthoughtful.org
>[/color]
DoCmd.OpenReport "YourReportName", acViewPreview
'view at 150%
DoCmd.RunCommand acCmdZoom150
planetthoughtful
Guest
 
Posts: n/a
#3: Mar 13 '06

re: Acc2003: Magnify report in preview mode?


Hi salad,

Thank you very much!

Much warmth,

planetthoughtful

---
"Lost in thought"
http://www.planetthoughtful.org

Closed Thread