First page PageHeaderSection

  • Thread starter Thread starter Darrell Cyphers
  • Start date Start date
D

Darrell Cyphers

How do you keep the PageHeaderSection on the first page from
showing up? I want the Section to begin showing on the
second page.
 
Darrell said:
How do you keep the PageHeaderSection on the first page from
showing up? I want the Section to begin showing on the
second page.


Set the REPORT's PageHeader property to:
Not with Rpt Header
 
Thank you! I actually managed to do it by running a
procedure on the section OnFormat event which made its
visible property false. But, that way probably would have
been easier. Which is faster?
 
Darrell said:
Thank you! I actually managed to do it by running a
procedure on the section OnFormat event which made its
visible property false. But, that way probably would have
been easier. Which is faster?

I guess the property setting will be faster than some VBA
code, but probably only by a few microseconds at most.
I prefer to avoid adding more code when there is no great
need for it, so that's the deciding factor in my mind.
 

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