[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Headings
- Subject: Re: Headings
- From: John Milardovic <milardj@SX.COM>
- Date: Wed, 6 Sep 2000 11:51:17 -0400
1) place headers in the heading section
2) programmatically control page breaks and call print_column_header
procedure when required
3) keep track of line count and old line count - when old line count is
greater then current line then call print _column_header
That's all I can think of without seeing your code.
HTH
John Milardovic
> -----Original Message-----
> From: Mario Mendoza [SMTP:mariom@FLAGSHIPCREDIT.COM]
> Sent: Wednesday, September 06, 2000 11:30 AM
> To: SQR-USERS@list.iex.net
> Subject: Headings
>
> Hi all:
>
> Trying to print column headers at each page break.
> So far the headers print at value breaks, but I need to print column
> headers
> at page breaks also. Any ideas?
>
> Thank you very much.