
Suppressing Page Headers on Report Footer
Thats OK, I used the "OnLastRecord" function. It seems to work as an EOF
indicator, even though the documentation says otherwise. So my last record
actually prints it's invoice then this is set to True.
Rob
Quote:
> Hi Rob,
> Sorry. I should have tried it out first. I thought the
> "TotalPageCount" would return the number of pages regardless of how you
had
> them individually numbered.
> Bob Holmes
> > Bob
> > Thanks, but I tried that. Unfortunaly since I reset the page count for
> each
> > "Invoice" this does not work.
> > Rob
> > > Hi Rob,
> > > Could you put another page header section above the others? In
this
> > > section insert a formula that uses a variable to keep a running count
of
> > the
> > > pages. Then suppress your headers when the variable equals the
> > > "totalpagecount". I haven't tried this, but it might work.
> > > Bob Holmes
> > > > I have a report that consists of over 1000 invoices. I want to have
a
> > > report
> > > > summary on the last physical page (using page break before). But how
> do
> > I
> > > > suppress the page headers so the last invoice header info does not
> > repeat
> > > on
> > > > the summary page. To make things tricky, there are currently 25 page
> > > header
> > > > sections and I reset the page count for each invoice. If I suppress
on
> > > > OnLastRecord the last invoice is affected.
> > > > I am using 8.5 and 9.
> > > > TIA
> > > > Rob