N
N
Nikolai Novosad2015-10-15 14:57:24
Programming
Nikolai Novosad, 2015-10-15 14:57:24

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

1 answer(s)
N
Nadz Goldman, 2015-10-15
@nadz

I'll give you a thought.

procedure MasterDataAfterFirstPage(sender: TfrxComponent);
begin
  Child1.visible := true;
end;

Another option is simpler: we count how many pages are in the report and after printing the first page, we move to the next position along the counter.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question