Yes Ron that is correct. It is a function of windows vs DOS, not a version of RBase. You cannot string reports together anymore (unless you're using txt emulation RBase reports). What I have successfully done in every situation is to create a report with subreports for each piece, but it is usually quite a bit of work. Or with the "2 pass" setting now available, if one of the pages is a summary and the other pages are detail, I've been able to put summary data in a report header. At one client the reports were so different, and they insisted it be "one file", we print each report to its own PDF file, then use PDFMerge to merge all the PDF files into one master PDF file.
Karen -----Original Message----- From: Ronald C Peterson <[email protected]> To: RBASE-L Mailing List <[email protected]> Sent: Tue, Jan 7, 2014 2:54 pm Subject: [RBASE-L] - Re: Print report without PageFeed at end I have looked at that section. In the DOS 6.5 version you could string reports together on a single sheet of paper. It seems with Windows that every PRINT command will result in a page feed at the end. Is this correct? Are there any work arounds you could advise me of? Ron On Tue, Jan 7, 2014 at 3:37 PM, A. Razzak Memon <[email protected]> wrote: At 02:32 PM 1/7/2014, Ronald C Peterson wrote: Is it possible to suppress the automatic page feeds when printing reports in 9.5 Ron, FWIW ... There is no such option as automatic page feed when printing reports in 9.5. You will have to re-visit that specific converted/upgraded legacy report in Report Designer, specifically the following sections: 01. Report Designer | Main Menu | File | Page Setup ... Printer Paper Size Paper Source Layout Margins 02. Report Designer | Main Menu | Report | Breaks ... 03. A very simple Syntax to PRINT a report to PRINTER ... PRINT reportname WHERE whereclause ORDER BY clause OPTION PRINTER For more details: HELP PRINT Note: There is no need to use "NEW" or "NEWPAGE" command when printing reports to PRINTER using R:BASE for Windows. Hope that provides you with some blue's clues ... Very Best R:egards, Razzak. www.rbase.com www.facebook.com/rbase -- 31 years of continuous innovation! 16 Years of R:BASE Technologies, Inc. making R:BASE what it is today! --

