|
Re: Inserting a page break in Report [message #79040 is a reply to message #78208] |
Tue, 16 April 2002 20:19 |
JOHN
Messages: 182 Registered: April 1998
|
Senior Member |
|
|
ok, like, I see that this message was posted months ago but I just found it looking for the same answer but of course all I found was the question. Now I have found the answer and post it here in case somebody else ends up here, too:
When you set the PAGESIZE for your report, directly after set the newpage property like this:
SET PAGESIZE 60
SET NEWPAGE 0
The zero for the newpage property will insert a form feed (ascii 13) character at the very top of each page. If its not zero, it will insert that many blank lines at the top of each page instead of the form feed.
|
|
|