Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old March 12th, 2006, 08:15 PM
planetthoughtful
Guest
 
Posts: n/a
Default Acc2003: Magnify report in preview mode?

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

  #2  
Old March 12th, 2006, 09:05 PM
salad
Guest
 
Posts: n/a
Default 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
  #3  
Old March 13th, 2006, 02:15 AM
planetthoughtful
Guest
 
Posts: n/a
Default Re: Acc2003: Magnify report in preview mode?

Hi salad,

Thank you very much!

Much warmth,

planetthoughtful

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

 

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles