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