Home » Developer & Programmer » Forms » Inserting a page break in Report
Inserting a page break in Report [message #78208] Mon, 28 January 2002 18:07 Go to next message
Devendra Sinnarkar
Messages: 3
Registered: October 2001
Junior Member
I want to prepare a 2 page report.
And want to insert a page break in between the report.
How can i do this? help/.....
Re: Inserting a page break in Report [message #79040 is a reply to message #78208] Tue, 16 April 2002 20:19 Go to previous message
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.
Previous Topic: how can i send data directly to printer (LPT1) ?
Next Topic: re: trouble in total
Goto Forum:
  


Current Time: Fri Mar 29 06:30:38 CDT 2024