When I have a lot of data showed on detail page and this detail "area" goes to the end of the page I have a problem with de page header that appear in the next page.
In this case page header is visible but without any detail data bellow.... I tryed to suppressing blank, fit sections and some formulas like:
if pagenumber = 1 then false else
if NextIsNull ({Table.Descr}) or OnLastRecord then true
but NO deal!
In this case page header is visible but without any detail data bellow.... I tryed to suppressing blank, fit sections and some formulas like:
if pagenumber = 1 then false else
if NextIsNull ({Table.Descr}) or OnLastRecord then true
but NO deal!