Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to enlarge the print screen size under window NT
Message
 
To
05/11/2001 22:10:53
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00577770
Message ID:
00578057
Views:
19
>i'm looking for help to futher my development , when i using visual foxpro 5.0 or 6.0 to develop a system under window NT ,and when i preview the report in print screen , the screen is smaller and very difficult to view , is anyway to make it like window 9x ?
> As i knew that visual foxpro 7.0 are able to do it .But i need to visual foxpro 5.0 or 6.0 to continue my develop.
>
>
> Thanx

I saw your comments to Nadja's replay about F10. I am working with Windows NT/VFP6 and have no problem with F10. Here are additional details which may help:

*---------------------------------
set sysmenu on && to maximize preview window, otherwise short-key does not work
KEYBOARD '{Ctrl-F10}' && maximize
set sysmenu to && remove toolbox
_SCREEN.CONTROLBOX = .F. (if close button is enabled)

report form .... preview

* if necessary, set back
set sysmenu off
set sysmenu to default
_SCREEN.CONTROLBOX = .t.
*------------------------------------

Best wishes
Previous
Reply
Map
View

Click here to load this message in the networking platform