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

Setting starting page number

edited July 2002 in General
Sorry for asking something that is probably too obviuos that I am not able
to get it at the moment,
but how can I set starting page number? I've tried to check it agains both
system variables and
report object, but without success till now.

Thanks.

Comments

  • edited July 2002
    One option is to use the OnGetText event of the system variable component to
    advance the page number by a desired amount. Similarly you could use a
    variable component and use it's OnCalc event to do the same, ie. Value :=
    ppReport.Engine.PageNo + 2; (to start on page 3).

    --
    Cheers,

    Alexander Kramnik
    Digital Metaphors

This discussion has been closed.