Thanks for the thought, Karen. I will try that approach as I know, when it dies I can just say print pages 19-29 and all works well.
From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Thursday, January 22, 2009 9:59 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Out of Memory Question Good point -- I guess the printer would need enough memory to hold the images before it finally spits out the paper. If you are printing this through program code, you could estimate how many pages the data would fit on and print maybe 4 pages at a time: PRINT ReportName OPTION PRINTER|PAGE_SETTINGS PAGE_LIST |PAGE_LIST_VALUES 1-4 pause for 5 *( give the printer a chance to catch up???) PRINT ReportName OPTION PRINTER|PAGE_SETTINGS PAGE_LIST |PAGE_LIST_VALUES 5-8 Karen Thanks, Buddy, but those are okay. I think it may be something in the driver for the printer especially since it’s a wireless connection to it. I can live with it but I hate these things. Thanks for your thoughts.

