Someting Funny, seems works but still have some issue:
With This Code
===============
Private Sub PageFooterSection_Format(Cancel As Integer, FormatCount As Integer)
Cancel = (Page <> 1)
End Sub
Private Sub Report_Page()
If Page >= 1 Then
Me.Section(4).Visible = False
Me.Section(0).Controls.Item(11).Height = 9576
End If
End Sub
=================
Remarks:
.Height = 9576 is the max. of detail section while using LANDSCAPE LETTER PAPER.
This routing works OK on initial Preview.
Funny things are
================
Works on First View
Previewing and scrolling page to page until last page.
Scroll Back to page 1, all format lost.
If I just goes for Print, no preview, output is exactly what I wants.
Is there a event for end of pages, so I can restore back the initial setting of the report page / header.