[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)



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,