Non-maximized preview width...

edited 10:37PM in FastReport 4.0
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

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 10:37PM
    typically
    before calling showreport
    frxreport1.previewoptions.zoommode:= zmWholepage;

Leave a Comment