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

Re: Suppress headings



Bruce,

I would suggest not using headings (begin-heading, end-heading) and 
programmatically printing the headings, something along the lines of:
IF $FIRST_TIME = 'Y'
    PRINT $PSUEDO-HDR1 (+1,1)
    PRINT $PSEUDO-HDR2 (+1,1)
    MOVE 'N' TO FIRST_TIME
END-IF
PRINT $DETAIL-LINE (+1,1)

Peter Clark
Veterans Affairs Canada
pgclark@vac-acc.gc.ca



>>> "Weinstein, Bruce" <bweinste@NRCAN.GC.CA> 2001/03/21 12:30:17 pm >>>
Hi,

I have a requirement to print the headings on first page only.  How can I
prevent SQR from printing x lines of white space on pages greater than page
1.  I tried putting IF statement to print on page 1 only.  However, SQR
still reserves x lines on subsequent pages.

Your help would be greatly appreciated.

Thanks...


~~~~~~~~~~~~~~~~~
Bruce Weinstein
NRCan
995-2209
bweinste@nrcan.gc.ca