Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do you use a VFP form when doing Print Preview?
Message
From
03/11/1998 12:07:45
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00153678
Message ID:
00153988
Views:
21
>I'm trying to display a preview of a report for my user by issuing the command 'REPORT FORM xxx.frx PREVIEW WINDOW form'. What do I specify for the form? The name of the form? the caption? the object reference? must it be a variable?
>
>I'm trying to use a form because I want the window to be maximized when it is drawn. The user wants to view the whole report on the screen.
>
>TIA,

I like to preview my report on my current form as follows:

THISFORM.WindowState = 2 && Maximize form
REPORT FORM xxx.frx PREVIEW WINDOW (THISFORM.Name)
THISFORM.WindowState = 0 && Normalize form

Hope this works for you too.

AN
Previous
Reply
Map
View

Click here to load this message in the networking platform