Page header

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I have a bound control and a lable in the page header section. The lable
has typical page header stuff like the name of the table and page numbering.
All is well until the report footer, which is a lengthy subreport, where I
don't want the bound control showing up. Is there a way to suppress the
bound control in the report footer?

Thanks for your help,
Ellen
 
Ellen,

I am not sure I understand you clearly but if you want to supress a control,
can't you just set it's visible property to false?

HTH

Greg
 
Ellen said:
I have a bound control and a lable in the page header section. The lable
has typical page header stuff like the name of the table and page numbering.
All is well until the report footer, which is a lengthy subreport, where I
don't want the bound control showing up. Is there a way to suppress the
bound control in the report footer?


Not quite sure what you want here, but try setting the
report's PageHeader property to Not With Rpt Ftr.
 
Hi Greg,
My coworker was able to suppress the control at the point when the subreport
footer started. He wrote some sort of code that stopped it after page 25.

Thanks for your reply,
Ellen :-D
 
Back
Top