Disable Zoom

  • Thread starter Gman063 via AccessMonster.com
  • Start date
G

Gman063 via AccessMonster.com

Is there a way to disable the zoom feature for a report when it is opened?
 
M

Marshall Barton

Gman063 said:
Is there a way to disable the zoom feature for a report when it is opened?


Disable? No. You can hide the tool/menu bar and popup menu
so users don't zoom the report.

You can use the line of code:

RunCommand acCmdSizeToFit
or
RunCommand acCmdZoomXXX
where XXX can be:
25
50
75
100
150
200
500
1000
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top