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. > > > > >

