mission2java
Programmer
I have a report that lists employee hours and such.
There is a page heading that displays the dept. then the employee name ... then all the details underneath it. But the problem is sometimes the details print on the next page..so i want to print the heading again (that is i want to print the dept. name and the employee. Right now I have the following:
[page 1]
Engineering
Jon Smith
10 hours
20 hours
30 hours
.....
[page 2]
50 hours
60 hours
....
But I want to print the dept and the name again so that on page 2 i know who it refers too.
Jon
There is a page heading that displays the dept. then the employee name ... then all the details underneath it. But the problem is sometimes the details print on the next page..so i want to print the heading again (that is i want to print the dept. name and the employee. Right now I have the following:
[page 1]
Engineering
Jon Smith
10 hours
20 hours
30 hours
.....
[page 2]
50 hours
60 hours
....
But I want to print the dept and the name again so that on page 2 i know who it refers too.
Jon