R
Raymond
Hi all,
I have a report having a page header and details(report header/footer
alongside..)... i have the page header having some Title,Product ID
Description etc..( literally the titles....) and detail section has the
details for these titles.
Now sometimes it happens that the details grow in size and the footers go on
to the next page. Alongside, the page header also comes along the next page.
What I want is that if the details skip to the next page, THEN AND ONLY THEN
the page header should be visible on the other page else not.
I have tried codes like :-
If (Me.Report.Page = 1) Then
Me.PageHeaderSection.Visible = True
Else
Me.PageHeaderSection.Visible = False
or the [page]..
i even tried the width of the detail section to exceed some limit.. But
nothing seems to work...
Please help me !!!!!!! Your help will be, as always, greatly acknowledged...
I have a report having a page header and details(report header/footer
alongside..)... i have the page header having some Title,Product ID
Description etc..( literally the titles....) and detail section has the
details for these titles.
Now sometimes it happens that the details grow in size and the footers go on
to the next page. Alongside, the page header also comes along the next page.
What I want is that if the details skip to the next page, THEN AND ONLY THEN
the page header should be visible on the other page else not.
I have tried codes like :-
If (Me.Report.Page = 1) Then
Me.PageHeaderSection.Visible = True
Else
Me.PageHeaderSection.Visible = False
or the [page]..
i even tried the width of the detail section to exceed some limit.. But
nothing seems to work...
Please help me !!!!!!! Your help will be, as always, greatly acknowledged...