columns titles on each page
columns titles on each page
(OP)
Hi
My report is printed on more than one page (portrait).
My problem is that the columns titles displayed only on the first page
and the users don't know to connect between the data and the columns.
How can I make the columns titles to appear in the beginning of each new page?
(I'm using WF 4.31 and MSSQL ON WIN 2000)
Thanks,
OZ
My report is printed on more than one page (portrait).
My problem is that the columns titles displayed only on the first page
and the users don't know to connect between the data and the columns.
How can I make the columns titles to appear in the beginning of each new page?
(I'm using WF 4.31 and MSSQL ON WIN 2000)
Thanks,
OZ
RE: columns titles on each page
RE: columns titles on each page
No, I mean fields titles.
The problem occures when the user prints the web page from the browser.
I don't think there is anything we can do about it.
I added <br> tags and changed the stylesheet a little bit and succeded
with this report, but I was lucky with this one. Don't think it will
happen a lot.
If u have a way I will be more than happy to hear about it.
Thanks anyway,
OZ
RE: columns titles on each page
With HTML, it uses a "logical page" to determine where page breaks occur. These logical page breaks don't necessarily correspond to printed-HTML page breaks. For instance, if a user's Internet Explorer default is landscape, but you're expecting portrait, it could throw everything off.
In addition, if you have a very wide report, anything that won't fit on the page will be truncated when you print it out!! PDF takes care of things automatically. If it won't fit on one page width, the undisplayed columns carry over to another page.
If you're still dead-set on using HTML, play around with the LINES parameter. "SET LINES=57" is the default.
RE: columns titles on each page
I'll suggest this idea to my company.
Regards,
OZ