Non-maximized preview width...
Hi,
I have a report where previewoptions maximized := false and zoom := zmpagewidth.
The attached screenshot file PageWidth shows that the preview window size is created too narrow so a horizontal scrollbar is visible.
In order to see the whole report page width I need to manually expand the preview window width until it reaches its 'logical' size shown in screenshot WantedWidth.
How can I have the preview window automatically displayed with sufficient width like in the WantedWidth.jpg screenshot?
Thanks a lot for help on this
regards
Tor
I have a report where previewoptions maximized := false and zoom := zmpagewidth.
The attached screenshot file PageWidth shows that the preview window size is created too narrow so a horizontal scrollbar is visible.
In order to see the whole report page width I need to manually expand the preview window width until it reaches its 'logical' size shown in screenshot WantedWidth.
How can I have the preview window automatically displayed with sufficient width like in the WantedWidth.jpg screenshot?
Thanks a lot for help on this
regards
Tor
Comments
before calling showreport
frxreport1.previewoptions.zoommode:= zmWholepage;