This topic is locked

Print Page Topic

1/30/2007 12:52:26 AM
PHPRunner General questions
N
NancyGeek author

I did a few searches for these topics re print page:

  1. Is there a way to limit the number of records per print page so they most likely will fill up only one page at a time?
  2. Assuming I can or cannot do #1, is there a way to automatically include the table heading rows on each page printed. It's fine when te db is a page or two but get any larger than that and you need the header rows.
    Thanks

    (and I working on reconstructing the project without starting from square one - I'll report back)

T
thesofa 1/30/2007

I did a few searches for these topics re print page:


  1. Is there a way to limit the number of records per print page so they most likely will fill up only one page at a time?
  2. Assuming I can or cannot do #1, is there a way to automatically include the table heading rows on each page printed. It's fine when te db is a page or two but get any larger than that and you need the header rows.
    Thanks

    (and I working on reconstructing the project without starting from square one - I'll report back)



you can try the method I used here and see if it can be adapted for what you want in ~1

HTH