Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report prevew in maximized window
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00735585
Message ID:
00735809
Views:
8
The reason CTRL+F10 doesn't work ALL the time is that it's a toggle that switches between maximized and normal state. If you have a resource file active at the time the report is run, it remembers that state of the preview the last time you ran it. Therefore, doing the KEYBOARD '{CTRL+F10}' maximizes it the first time, puts it back to the small size the second time, and just keeps alternating.

Turn off the resource file before stuffing the keyboard as follows:

SET RESOURCE OFF
KEYBOARD '{CTRL+F10}'
REPORT FORM xxxx PREVIEW
SET RESOURCE ON


Another method you can use is to add the following line in the INIT method of the Data Environment of the report:

ZOOM WINDOW "Report Designer" MAX


Cathy

>Dear All,
>
>I wanted to display the default report preview in maximized window. To get maximized window display I tried the followings
>
>I used keyb '{ctrl+f10}' before previewing the report, but it doesn't maximize always
>Please help me regarding this problem
>
>
>Thanks & Regards
>
>
>Jijo N. David
Cathy Pountney, Microsoft Visual FoxPro MVP
Memorial Business Systems, Inc. (www.mbs-intl.com)

My Website: (www.frontier2000.com)
My Blog: (www.cathypountney.blogspot.com)
My Book: The Visual FoxPro Report Writer - Pushing it to the Limit and Beyond
Free MSDN Article: What's New in the VFP 9.0 Report Writer
Free MSDN Article: The VFP 9.0 Report Writer In Action
Previous
Reply
Map
View

Click here to load this message in the networking platform