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:
00577922
Views:
15
Here is the code I use to create a window and preview a report.
*** Issuing a REPORT FORM (formname) PREVIEW with the Status Bar set ON causes Visual FoxPro
*** 	to leak one memory handle each time you close the Preview window.
SET STATUS BAR OFF

THIS.lcWindowTitle = 'Previewing Report: ' + THIS.lcReportDescription

DEFINE WINDOW PreviewReport FROM 0,0 TO SROWS() * 0.93, SCOLS() TITLE (THIS.lcWindowTitle) ;
	FLOAT NOCLOSE GROW SYSTEM NOMINIMIZE

REPORT FORM (THIS.lcReportName) NOCONSOLE PREVIEW WINDOW PreviewReport 

HIDE WINDOW PreviewReport
RELEASE WINDOW PreviewReport

SET STATUS BAR ON
>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
Dennis Lindeman
Previous
Reply
Map
View

Click here to load this message in the networking platform