[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Forcing a page-break
- Subject: Re: Forcing a page-break
- From: John Sayre <John_Sayre@GAP.COM>
- Date: Tue, 23 Nov 1999 09:49:23 -0800
From: John Sayre@GAPINC on 11/23/99 09:49 AM
Perhaps mod() would work.... try
if mod(#current-line,80)=0
new-page
end if
Please respond to SQR-USERS@list.iex.net
To: Multiple recipients of list SQR-USERS <SQR-USERS@list.iex.net>
cc: (bcc: John Sayre/SB/GAPINC)
Subject: Forcing a page-break
Does anyone know of a neat way to force a page-break on a tabular SQR report?
In some reports I would like to force a page break before a group heading when
there is not enough space left on the page to print at least one detail line.
Easy enough to find the #current-line, but how force a new page? (The
print=change/top-page option is not acceptable since I want the heading to
occupy a full line.)