
VB 4.0 (16-Bit)/Crystal Reports 3.0.1.32 (16-Bit) Print Preview Maximize Window
I use VB3 with a crystal control. I imagine it would be the same.
Try, ReportName.Windowstate = 2
Dirk
Quote:
>I am using Crystal Reports control within my VB application to print
>reports. I print the report to the screen (destination=0).
>I can make the report fill most of the screen but it is not maximized.
>WindowTop=0
>WindowLeft=0
>WindowHeight=Screen.Height
>WindowWidth=Screen.Width
>How can I get the report to maximize through code?
>Your help will be appreciated.
>Thanks,