At 05:26 PM 11/29/2009, David Blocker wrote:
I'm not seeing it in HELP PRINT or Razzak's FTE paper "All about the print command"
What version of R:BASE? Which section of the HELP PRINT are you looking? Using R:BASE 7.6, Turbo V-8, and R:BASE eXtreme 9.0: If you type HELP PRINT at the R> prompt, you will see the complete syntax of PRINT command along with every OPTION you can imagine. Among soooooo many OPTIONs, notice the specific "PAGE" options such as PAGE_SETTINGS and PAGE_LIST_VALUES. Search for PAGE_SETTINGS and PAGE_LIST_VALUES for complete syntax as well as a few examples. In addition, take a look at the "All About PRINT Command" article at From The Edge: http://www.razzak.com/FTE . PAGE_SETTINGS (Page 9) . PAGE_LIST_VALUES (Page 10) . Examples (Page 10 - 11) . Example 04 (To print first page of Customer List report only) . Example 05 (To print last page of Customer List Report only) . Example 06 (To PRINT all pages) . Example 07 (To print pages 3, 5, and 8 of your big report) . Example 08 (To print pages 3 and 8 of your big report) . Example 09 (To print page 3 only) . Example 10 (To print pages 1 through 3 and 8 of your big report) . Example 11 (To print pages 3, 5, and 9 through 15 of your big report) Last but not least, look at the "R:Docs 7.6": R:Docs 7.6 | Main Menu | Building Syntax for PRINT Command and all "Templates" for PRINT Command. Very Best R:egards, Razzak.

