not printing page header section

C

chswyck

I don't want to print the page header on the first page.
I tried seting the section 'visable' property to no and
then tried changing the individual fields property to no
but I think I'm having a problem with the actual codeing.
If (counter + 1) =1 then pageheadersection.visable = no
else pageheadersection.visable = yes.

How do I do this?
 
R

Rick Brandt

chswyck said:
I don't want to print the page header on the first page.
I tried seting the section 'visable' property to no and
then tried changing the individual fields property to no
but I think I'm having a problem with the actual codeing.
If (counter + 1) =1 then pageheadersection.visable = no
else pageheadersection.visable = yes.

Look at the properties of the Report object itself. One of them is named
PageHeader. Set that to "Not with Rpt Hdr".
 

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

Top