Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Maximize Report Preview
Message
 
To
29/10/2002 13:17:36
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00716537
Message ID:
00716554
Views:
15
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
.......
DO WHILE .T.
      ME.Work()
ENDDO
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform