not printing page header section

  • Thread starter Thread starter chswyck
  • Start date Start date
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?
 
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".
 
Back
Top