Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Page numbering on reports

edited September 2013 in General
Hi,

I have a report that the page number should begin with 5. What is the best
way to change the page numbering with +5?

I've used a systemvariable to get its value and a label to print it, like
that:
ppLabel604.Caption := IntToStr(ppSystemVariable15.CachePageCount + 5);

The problem is that at the print preview it shows ok, but when I print it,
it changes the value for a fix number = last page number, in all the pages.

If I change to directly print (devicetype=printer), it works well. How do I
fix it for devicetype=screen?

Thanks
david

Comments

This discussion has been closed.