Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Preview Window
Message
 
To
07/05/1998 18:55:01
Edward Crawford
City Facilities Management
Glasgow, United Kingdom
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00097877
Message ID:
00098008
Views:
54
>Is there any way to get the print preview window without making the Main Foxpro screen visible? When I try to preview a report I get nothing unless I make _SCREEN visible just before I issue REPORT FORM. Then I can't get back to my application form. I like the scrolling capabilities and such of the preview window and I would like to use it. Any sugestions?
>
>Ed

I think that it needs to be done this way. I use a top-level form and have to do something like this;

Application.Visible = .T. && Allows _SCREEN to be visible
REPORT FORM ...... PREVIEW
Application.Visible = .F.

and then it will return. I hope that this is one of the things that is changed for 6.0.

Steve
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform