I want to keep a MasterFooter together with MasterData.

Question: I want to keep a MasterFooter together with MasterData.

Answer:

Write this in the MasterData script:

1
2
3
4
begin
if FreeSpace < MasterFooter1.Height then
NewPage;
end