Forums
This topic is locked
MORE PRINTING QUESTIONS
Posted 07 Sep 2006 02:01:15
1
has voted
07 Sep 2006 02:01:15 Garabed Garabed posted:
I HAVE A SEARCH PAGE THAT SHOWS THE RESULTS TO A DYNAMIC TABLE. IS THERE ANY WAY TO DO A PAGE BREAK AND HAVE THE HEADERS PRINT ON EACH PAGE OF THE REPORT. EVERY PAGE MUST HAVE CLIENT #, CLIENT NAME, ECT. ONLY SHOWS ON THE FIRST PAGE FOR NOW!THANKS.
Replies
Replied 28 Sep 2006 16:39:23
28 Sep 2006 16:39:23 Vince Baker replied:
u can use the css function for forcing page breaks:
<p style='page-break-after' >
search on page-break-after in google for more examples of some other params you may want to set on it.
Then, just make sure you repeat the field for the client id after the above line of code to make sure it always appears.
Regards
Vince Baker
<strong>DMX Zone Manager</strong>
[VBScript | ASP | HTML | CSS | SQL | Oracle | AS400 | ERP Logic | Hosting]
<p style='page-break-after' >
search on page-break-after in google for more examples of some other params you may want to set on it.
Then, just make sure you repeat the field for the client id after the above line of code to make sure it always appears.
Regards
Vince Baker
<strong>DMX Zone Manager</strong>
[VBScript | ASP | HTML | CSS | SQL | Oracle | AS400 | ERP Logic | Hosting]