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

Control over Headers and Footer??



Hi All,
 This is the problem I am facing. I am generating multiple reports from one SQR
file. I have the usual header and footer sections to generate the respective
headers and footers for me. This is what I am facing: In the body of the reports
I do lots of login to weed away information NOT to be printed. Sometime it so
happens that this procedure does not generate any data to be printed but my
header and footer is printed. I need to avoid this.

The skeleton of my program:

begin-procedure A
    statememts
    do B
    do C
end-procedure


begin-header
...
end-header

begin-footer
...
end-footer

The procedures B anc C MAY NOT generate anything to be printed. But my header
and footer still is printed.If you can help me in this matter, I would really
appreciate it.

Thanks in Advance

Raja
(rrajaram@wise.com)