start page in 2

how to start the page count at 2 instead of starting at 1

Thanks

Comments

  • edited 5:56AM
    Instead of modifying the page number itself, you can modify the output in you memo: [<Page> + 1].

    Petter
  • edited 5:56AM
    and to make the same amount in [TotalPages#] ?

    thanks
  • edited 5:56AM
    felipeiw wrote: »
    and to make the same amount in [TotalPages#] ?

    Yes,

    [<TotalPages#> + 1]
    or
    [<TotalPages> + 1]


    Petter
  • edited 5:56AM
    I had tried this way but it does not work, for example, a report of 3 pages he imprimie 2/1, 3/1, 4/1 and 5/1, that is not the total pages.

    Thanks
  • edited 5:56AM
    Manage the numbering using your own variables instead of the system ones.
  • edited 5:56AM
    felipeiw wrote: »
    I had tried this way but it does not work, for example, a report of 3 pages he imprimie 2/1, 3/1, 4/1 and 5/1, that is not the total pages.

    You have to enable 'DoublePass' for the report EngineOptions to get the TotalPages to work.

    Petter

  • edited 5:56AM
    Perfect

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.