locating header and footer on multible pages

  • Thread starter Thread starter Mr:waly
  • Start date Start date
M

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.
 
Mr:waly said:
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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top