zeroaccess
Active member
- Local time
- Today, 07:50
- Joined
- Jan 30, 2020
- Messages
- 671
Hi all,
I have a report that I must show in Print Preview as Report View does not display my subreports accurately. Unfortunately, Print Preview means my on-form command buttons disappear, so I have reluctantly enabled the right-click menu to print and send as attachment.
Two problems. One, I would really prefer to not allow shortcut menus at all. Two, Print Preview by default was way too small, so I opened it maximized.
Unfortunately, for some strange reason some of the shortcut menu items disappear (including send as attachment) when a report is opened maximized in print preview.
So my solution seems to be once again disabling shortcut menus and instead having a small popup form open in conjunction with the report, where I can place my own controls.
Unfortunately (there seems to be a catch to every solution) if I DoCmd.OpenForm while the report is open, it doesn't work - instead, it will wait until you close the report to open the form.
What is the best solution to this? I know I could build a custom toolbar just for the report, but that will take precious screen space, and I have disabled all toolbars at startup.
I have a report that I must show in Print Preview as Report View does not display my subreports accurately. Unfortunately, Print Preview means my on-form command buttons disappear, so I have reluctantly enabled the right-click menu to print and send as attachment.
Two problems. One, I would really prefer to not allow shortcut menus at all. Two, Print Preview by default was way too small, so I opened it maximized.
Unfortunately, for some strange reason some of the shortcut menu items disappear (including send as attachment) when a report is opened maximized in print preview.
So my solution seems to be once again disabling shortcut menus and instead having a small popup form open in conjunction with the report, where I can place my own controls.
Unfortunately (there seems to be a catch to every solution) if I DoCmd.OpenForm while the report is open, it doesn't work - instead, it will wait until you close the report to open the form.
What is the best solution to this? I know I could build a custom toolbar just for the report, but that will take precious screen space, and I have disabled all toolbars at startup.