Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Maximum Size
Message
From
30/11/2000 20:38:18
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00447726
Message ID:
00447819
Views:
17
>The only way I found was to:
>
>KEYBOARD "{CTRL+F10}"
>then issue report command.
>
>rab

This works as well if you can deal with the NOWAIT

To Maximize the report preview window
_SCREEN.LockScreen = .T.  && To make a smoother display
REPORT FORM MyReport NOCONSOLE PREVIEW NOWAIT 

IF WEXIST("Report")
  MOVE WINDOW "Report" CENTER
  ZOOM WINDOW "Report" MAX
ENDIF
_SCREEN.LockScreen = .F.
Previous
Reply
Map
View

Click here to load this message in the networking platform