Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
System window and previews
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00236384
Message ID:
00236402
Views:
10
Hi Rebecca:

>When previewing a report, is displays in the window at 75%
>and I would like it to display at 100% size.

DEFINE WINDOW wReport FROM 0,0 to 100,200 TITLE "Output Preview" SYSTEM NOCLOSE
ACTIVATE WINDOW wReport
ZOOM WINDOW wReport MAX
REPORT FORM MyReport NOCONSOLE WINDOW wReport PREVIEW
RELEASE WINDOW wReport

--Paul
Previous
Reply
Map
View

Click here to load this message in the networking platform