Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MAXIMIZE REPORT PREVIEW SCREEN
Message
 
 
To
23/04/2000 00:09:38
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00362560
Message ID:
00362596
Views:
17
>Why some of my report preview in smaller screen some in maximum? Can I made my report display always in full screen.

Send CTRL+F10 to maximize the report window, but only if the report has some data to display.
SELECT * FROM blah into cReport

IF _TALLY > 0
 KEYBOARD '{CTRL+F10}'
 SELECT cReport
 REPORT FORM rMyReport PREVIEW
ELSE
 WAIT WINDOW "NO DATA"
ENDIF
Previous
Reply
Map
View

Click here to load this message in the networking platform