Answer the question
In order to leave comments, you need to log in
Jump to next page when printing in FastReport?
Hello.
FastReport 4.6.52
There are 3 pages that end with static text. It is necessary that when printing there was a transition to the next page.
I tried Engine.NewPage(), but then another empty page was added.
Maybe someone has come across something similar.
Thanks in advance.
Answer the question
In order to leave comments, you need to log in
I'll give you a thought.
procedure MasterDataAfterFirstPage(sender: TfrxComponent);
begin
Child1.visible := true;
end;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question