how can i make my preview full page?
hi.
i am using RBuilder 5.55 Enterprize edition on Delphi5.
i have DBpipeline and ppReport components on my form.
and here is my code
reportByDepartment.DeviceType := 'Screen';
reportByDepartment.Print;
i know this would make the preview screen.
but, when i see my preview, that's too small. i want my preview window
expended full screen and
width is 100%. what should i do to do it?
please let me know?!
thank you
i am using RBuilder 5.55 Enterprize edition on Delphi5.
i have DBpipeline and ppReport components on my form.
and here is my code
reportByDepartment.DeviceType := 'Screen';
reportByDepartment.Print;
i know this would make the preview screen.
but, when i see my preview, that's too small. i want my preview window
expended full screen and
width is 100%. what should i do to do it?
please let me know?!
thank you
This discussion has been closed.
Comments
Check out RBuilder.hlp for the TppReport.OnPreviewFormCreate event
Later versions of RB have a Report.PreviewFormSettings property that
contains subproperties for controlling this.
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com