Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report printing does not release memory ? Pc Hang
Message
From
12/08/1999 15:46:19
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Report printing does not release memory ? Pc Hang
Miscellaneous
Thread ID:
00253180
Message ID:
00253180
Views:
65
Hi there,

Below the code I always use to print my reports. Every time I print more than one report after a certain amount of print the computer hang and the trouble start ! It seems that the amount of reports I can print depends on how much memory is available on the PC. So it seems that each print or preview does not release some memory !!!

Can anybody hekp ??

Many thanks

Xavier Desemberg

theprinter=GETPRINTER()
IF EMPTY(theprinter)
RETURN
ELSE
SET PRINTER TO NAME (theprinter)
ENDIF

IF askpreview
REPORT FORM readertrans PREVIEW IN SCREEN
ELSE
REPORT FORM readertrans TO PRINTER NOCONSOL
ENDIF
Next
Reply
Map
View

Click here to load this message in the networking platform