Page Numbers (AREV Specific)
At 28 AUG 1998 01:50:01PM Bruce Lee wrote:
Hello,
I am having trouble with a report. The report always begin at page 2,
instead of page 1. I think it may have something to do with getlist, and select statements in my report. The getlist and selects are being performed after the PRINTER ON statement. This problem occurrs when printing to the printer; init.view had problems with selects and getlist/savelists, so I have ommitted the screen printing option. I am using the HEADING command to build my header. Any ideas?
Thanks Bruce Lee
At 02 SEP 1998 10:14PM Aaron Kaplan wrote:
You should not use various perform commands while @init.view or the printer is on, especially when heading is active.
Try moving them before the printer statements.