Thanks James

I missed this because I assumed this was an option for ALL outputs of PRINT, 
not just PRINTER. Too bad we don't have it for PDF, etc as well!

David


"David Blocker
[email protected]
Office: 781-344-1920
Cell: 339-206-0261"
-----Original Message-----
From: James Bentley [mailto:[email protected]]
Sent: Sunday, November 29, 2009 06:40 PM
To: 'RBASE-L Mailing List'
Subject: [RBASE-L] - Re: Printing a range of page numbers

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

PRINT ReportName OPTIONPRINTER +
|PAGE_SETTINGSPAGE_LIST +
|PAGE_LIST_VALUES 3,5,8

Example 08 (To print pages 3 and 8 of your big report)

PRINT ReportName OPTIONPRINTER +
|PAGE_SETTINGSPAGE_LIST +
|PAGE_LIST_VALUES 3,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)

PRINT ReportName OPTIONPRINTER +
|PAGE_SETTINGSPAGE_LIST +
|PAGE_LIST_VALUES 1-3,8

Example 11 (To print pages 3, 5, and 9 through 15 of your big report)

PRINT ReportName OPTIONPRINTER +
|PAGE_SETTINGSPAGE_LIST +
|PAGE_LIST_VALUES 3,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 toremember that you can now print a range of pages in a report 
directlyfrom the PRINT command. I know you can print to the screen and thenfrom 
there indicate a range of pages. But isn't there a new featurethat 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"






Reply via email to