Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Maximize Report Preview
Message
From
29/10/2002 14:01:09
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00716537
Message ID:
00716572
Views:
18
the WindowState worked perfectly.
I just changed the windowstate of the _SCREEN
and set it back afterwords

Thanks

>try this little trick
>
>
>Local oPreviewForm as Form
>
>oPreviewForm = CREATEOBJ("Form")
>oPreviewForm.Name = [PreviewWindow]
>oPreviewForm.WindowState = 2  &&Maximized
>oPreviewForm.Visible = .T.
>
>REPORT FORM YourReportFile.Frx to print preview window PreviewWindow
>
>oPreviewForm.Release
>
>
>
>hope this helps
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform