[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
EXTRA BLANK PAGE AT THE END OF THE REPORT (update)
- Subject: EXTRA BLANK PAGE AT THE END OF THE REPORT (update)
- From: Anna Mendenhall <Tatchagata@AOL.COM>
- Date: Thu, 18 Jul 2002 13:24:38 -0400
It might be, but why so many reports are affected? Actually, ALL the reports
that use ON-BREAK option print an extra blank line at the end. My logic is
pretty simple. I have a main select that contains ON-BREAK option:
begin-procedure main-select
begin-select
….
&new_code () on-break print=never after=newpage
…..
from …
do print-record
end-select
end-procedure
begin-procedure print-record
print $LastName (+1,20)
print $FirstName ( , 40)
…
end-procedure
I can’t figure this out… Any ideas? And thank you for the response
Regards,