franksirvent
Programmer
Hi there
I have a report with a subreport (called HEADER).
In only what the HEADER to be displayed on the first page, so I have put the following code on the Report_Page()
If Me.Page = "1" Then Header.Visible = True Else Header.Visible = false
On the preview it shoes perfectly, however when it prints it doesn´t display the header...
I have to say than on the report_open() I have header.visible=true
that's that have anything to do with it ???
How would I tell the report to display the HEADER ONLY on PAGE 1 ???
Your help is appreciated
I have a report with a subreport (called HEADER).
In only what the HEADER to be displayed on the first page, so I have put the following code on the Report_Page()
If Me.Page = "1" Then Header.Visible = True Else Header.Visible = false
On the preview it shoes perfectly, however when it prints it doesn´t display the header...
I have to say than on the report_open() I have header.visible=true
that's that have anything to do with it ???
How would I tell the report to display the HEADER ONLY on PAGE 1 ???
Your help is appreciated