472,958 Members | 2,225 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,958 software developers and data experts.

HTML Reports, want to print the report heading on each page...

Hello,

I have generated an HTML version of a previously text report in our
application. Looks great everything fine for viewing.

Currently the heading of the report is at the top of the HTML report. Would
like for the contents of this header to automatically print at the top of
each page if the user prints it. Is there anyway to do this within HTML?

I know this is a simple request but did not se it in the FAQ.
Thanks in advance,

James
Jul 23 '05 #1
2 4965
On Sun, 14 Nov 2004 23:01:18 GMT, <JF********@houston.rr.com> wrote:
I have generated an HTML version of a previously text report in our
application. Looks great everything fine for viewing.

Currently the heading of the report is at the top of the HTML report. Would
like for the contents of this header to automatically print at the top of
each page if the user prints it. Is there anyway to do this within HTML?


Not directly, no. But if you place it in the Title element, I think
you'll find many/most browsers will put it at the top of the page.

--
Stephen Poley

http://www.xs4all.nl/~sbpoley/webmatters/
Jul 23 '05 #2
In article <2t*******************@fe2.texas.rr.com>,
<JF********@houston.rr.com> wrote:
Hello,

I have generated an HTML version of a previously text report in our
application. Looks great everything fine for viewing.

Currently the heading of the report is at the top of the HTML report. Would
like for the contents of this header to automatically print at the top of
each page if the user prints it. Is there anyway to do this within HTML?

I know this is a simple request but did not se it in the FAQ.


If your report is a <table>, you can enclose the header portion in
<thead></thead> tags, the rest in <tbody></tbody> tags. Then *some*
browsers will print the header at the top of each page.

--
= Eric Bustad, Norwegian bachelor programmer
Jul 23 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

14
by: Philippe C. Martin | last post by:
Hi, I wish to use an easy way to generate reports from wxPython and feel wxHtmlEasyPrinting could be a good solution. I now need to generate the HTML wxHtmlEasyPrinting can print: I need to...
2
by: Luis Serrano | last post by:
Hi all, I'm trying to generate labels to print in several different formats, all of them with their own height,width and page margins. We've got this done in MS Access 2000, using a designed...
1
by: James Fortune | last post by:
Flexible Reports I only did this because a client required this functionality. No guarantees or rights are implied by the code shown here. It is provided mostly for those with extra time on...
6
by: Melissa | last post by:
Does anyone have a generic procedure for adding blank lines to reports like Sales details, PO details and/or Orders details. The procedure would need to count the number of line items, determine...
8
by: RC | last post by:
The following code works well to create an html file that has a row for each row in my table. My Access 2002 database has a tabel with 3 columns labeled, Model, CD and Hard Drive (HD). Any...
1
by: ChadDiesel | last post by:
Hello, I have 2 reports that I want to collate (Report 1-Page 1, Report 2-Page 1, Report 1-Page 2, Report 2-Page 2). I used the following code in a module I found in Microsoft support article...
3
by: bob | last post by:
Hello, I'm trying to create reports in my application using HTML. I don't want to mess around typing in stuff like html = "<Table>blah</Table>" I want something like row = new HTMLRow("Some...
3
by: joelpollock | last post by:
I'm having trouble continuously page numbering a large report in MS Access. The report is made up of three separate Access reports which I join together at the end. In the past I have opened the...
2
by: kabradley | last post by:
Hello everyone. I have three reports that I would like to put into one main report. I tried creating the main report and then putting three seperate subreports in the detail section of the parent...
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...
2
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.