Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
General
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
page number
rbuser
May 2002
edited May 2002
in
General
Hi!
Is there any way that the number of page of a report begin in a number
diferent to 1?
Comments
digitalmetaphors
May 2002
edited May 2002
One option is to implement the system variable's OnGetText event and
increase the value.
Text := IntToStr(StrToInt(Text) + 2);
The other option is to place a regular variable component and displaying the
desired page number yourself.
--
Cheers,
Alexander Kramnik
Digital Metaphors
Digital Metaphors Corporation
http://www.digital-metaphors.com
info@digital-metaphors.com
This discussion has been closed.
Comments
increase the value.
Text := IntToStr(StrToInt(Text) + 2);
The other option is to place a regular variable component and displaying the
desired page number yourself.
--
Cheers,
Alexander Kramnik
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com