PreviewFormCreate - no effect
Hi,
i have a problem. I'm using PreviewFormCreate event to maximize preview
form:
ppReport1.PreviewForm.WindowState := wsMaximized;
TppViewer(ppReport1.PreviewForm.Viewer).ZoomSetting := zs100Percent;
My application is compiled and works, but the report is still not maximized
when i print it to screen (preview).
What properties or... i have to use in addition to get my reports maximized.
Thanks!
i have a problem. I'm using PreviewFormCreate event to maximize preview
form:
ppReport1.PreviewForm.WindowState := wsMaximized;
TppViewer(ppReport1.PreviewForm.Viewer).ZoomSetting := zs100Percent;
My application is compiled and works, but the report is still not maximized
when i print it to screen (preview).
What properties or... i have to use in addition to get my reports maximized.
Thanks!
This discussion has been closed.
Comments
component losing the link to the event. Hope this helps.