Article ID: 140222
Article Last Modified on 2/12/2007
REPORT FORM <XXX> FOR _PAGENO > 2 .AND. _PAGENO < 4does not produce the desired range of pages. However, if you do not specify a beginning range, the correct number of pages is printed. In Visual FoxPro 8.0 and earlier, there is no way to specify a range of pages to be printed in a report. However, in Visual FoxPro 9.0, you can use a Report Listener to accomplish this task.
PRINTJOB
_PBPAGE = 2
_PEPAGE = 4
REPORT FORM <name of report> PREVIEW
ENDPRINTJOB
Additional query words: VFoxWin
Keywords: KB140222