>From V9.0 help: PAGE_SETTINGS specifies the option to print All, First, Last or a given number of pages when used in combination with PAGE_LIST and PAGE_LIST_VALUES. Values: ALL FIRST LAST PAGE_LIST - specifies the option to print a given number of pages. This option must be used with PAGE_SETTINGS and PAGE_LIST_VALUES. See examples below for more practical use of this option. PAGE_LIST_VALUES specifies the values for number of pages, such as, 3,5,8 or 3,8 or 3, or 1-3,8 or 3,5,9-15. This option must be used with PAGE_SETTINGS and PAGE_LIST. See examples below for more practical use of this option.
Example 07 (To print pages 3, 5, and 8 of your big report) PRINTReportName OPTIONPRINTER + |PAGE_SETTINGSPAGE_LIST + |PAGE_LIST_VALUES3,5,8 Example 08 (To print pages 3 and 8 of your big report) PRINTReportName OPTIONPRINTER + |PAGE_SETTINGSPAGE_LIST + |PAGE_LIST_VALUES3,8 Example 09 (To print page 3 only) PRINT ReportName OPTION PRINTER + |PAGE_SETTINGSPAGE_LIST + |PAGE_LIST_VALUES 3 Example 10 (To print pages 1 through 3 and 8 of your big report) PRINTReportName OPTIONPRINTER + |PAGE_SETTINGSPAGE_LIST + |PAGE_LIST_VALUES1-3,8 Example 11 (To print pages 3, 5, and 9 through 15 of your big report) PRINTReportName OPTIONPRINTER + |PAGE_SETTINGSPAGE_LIST + |PAGE_LIST_VALUES3,5,9-15 Jim Bentley American Celiac Society [email protected] tel: 1-504-737-3293 ________________________________ From: David Blocker <[email protected]> To: RBASE-L Mailing List <[email protected]> Sent: Sun, November 29, 2009 4:26:43 PM Subject: [RBASE-L] - Printing a range of page numbers I seem to remember that you can now print a range of pages in a report directly from the PRINT command. I know you can print to the screen and then from there indicate a range of pages. But isn't there a new feature that allows you to specify this in the PRINT command itself, so you could print to a PDF file or printer but only for a range of the report? I'm not seeing it in HELP PRINT or Razzak's FTE paper "All about the print command" David "David Blocker [email protected] Office: 781-344-1920 Cell: 339-206-0261"

