[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: New Page function
Use the following stylesheet to force a page throw when printing
multiple pages in from a single html file.
<STYLE>P.page {PAGE-BREAK-AFTER: always}</STYLE>
<P class=page> </P>
-----Original Message-----
From: Discussion of SQR, Brio Software's database reporting language
[mailto:SQR-USERS@list.iex.net]On Behalf Of Conaghan, Ciaran(LIT)
Sent: Wednesday, 19 December 2001 2:42 AM
To: SQR-USERS@list.iex.net
Subject: New Page function
Hi all. Wonder if anyone can help me out here. I'm attempting to do a report
where I have to take a new page every time I have a change on a particular
field. The problem is that at the minute it inserts a page break on my html
page on the report but it doesn't jump to the top of the next page, but
instead just inserts the page break then prints a new data header with all
the data on the same page, resulting in my report being well off-line.
Anyone got any ideas or experience of the new-page function that could help
me out.
Thanks,
Ciaran.