[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: 2 reports from 1 SQR



First, let me say I am working with SQR 2.5.

I have encountered a similar problem and solved it by adding additional
procedures to print the header or footer information.

While this does not eliminate the lines reserved for the header and/or
footer, it permits variations for sections of a report.

e.g.
Begin-heading 5
if #section < 2
  DO print_header_detail
end-if
End-Heading

Begin-procedure print_header_detail

include all the print commands that would normally be in the Begin-header or
Begin-footing procedure

End-procedure !print_header_detail

Hope this works for you.


At 12:34 AM 6/12/97 -0600, you wrote:
>My client has a report that user header & footer to create the report. They
>want a second report to be printed after the first report. The second
>report is just text (disclaimers etc.). The problem arises because I have
>not found a way to suppress the header & footer of the first report when
>printing the second report.
>
>Thanks,
>Bill Sutherland
>
Bob Harvey
bharvey@mail.reach.net