Home All Groups Group Topic Archive Search About

locating header and footer on multible pages

Author
22 Mar 2006 8:23 PM
Mr:waly
hi there,
I have an array of about 22 members and a heading for my paper about 6
lines and a 2 lines footer . the problem is that when the array is full
the printer requires a new page to print the rest of the array , so how
can I  force the printer to print a  certain nomber of lines and place
the header on the new page.
thanks in advance.

Author
23 Mar 2006 12:31 AM
I Don't Like Spam
Mr:waly wrote:
> hi there,
> I have an array of about 22 members and a heading for my paper about 6
> lines and a 2 lines footer . the problem is that when the array is full
> the printer requires a new page to print the rest of the array , so how
> can I  force the printer to print a  certain nomber of lines and place
> the header on the new page.
> thanks in advance.
>

How are you passing this array to the printer.  Please post some sample
code.

Chris
Author
23 Mar 2006 9:24 AM
Mr:waly
the header and the footer and the array are  passed as functions after
the printer common dialog, each with a code excluding the empty lines
somthing like
if text(i).text<>""then
printer.print text(i).text
..........,and the other printer stuff like font, line
the functions are called from the print button click event