Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report printing does not release memory ? Pc Hang
Message
De
12/08/1999 15:46:19
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Report printing does not release memory ? Pc Hang
Divers
Thread ID:
00253180
Message ID:
00253180
Vues:
66
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform