Hello,
What i need is to set invisible the page header in the first page.
I'm using the following code, i succeed what i want in screen but when i print i get the page header in all pages.
Any ideas what i do wrong?
Thank you in advance.
What i need is to set invisible the page header in the first page.
I'm using the following code, i succeed what i want in screen but when i print i get the page header in all pages.
Code:
If Me.Page > 0 Then
Me.PageHeaderSection.Visible = True
Else
Me.PageHeaderSection.Visible = False
End If
Any ideas what i do wrong?
Thank you in advance.