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
Start number page from
rbuser
June 2005
edited June 2005
in
General
Hi all!
there is a way to starting the counter pages from a custom number?
Thanks
Seek
Comments
nicocizik
June 2005
edited June 2005
Hi Seek,
Unfortunately there is no way to set the initial value of a
TppSystemVariable. You could however use a TppLabel or TppVariable instead
and set it's value with respect to the current page number. For instance...
ppVariable1.Value := ppReport1.AbsolutePageNo + 3;
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Best Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
This discussion has been closed.
Comments
Unfortunately there is no way to set the initial value of a
TppSystemVariable. You could however use a TppLabel or TppVariable instead
and set it's value with respect to the current page number. For instance...
ppVariable1.Value := ppReport1.AbsolutePageNo + 3;
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com