hexagon logo

add page numbers 2013 sp2

Hi all,
I am trying to DD Pgwe numbers to my report, only I can't find out which report I a using. so I am making the change acroos the board.
Can anyone tell me how to find out which report my programs use?
I am adding a text box to the bottom of the report and then right clicking on it to change the properties.
I go to the text 1 and text 2 and left click to the right of the text property and it automatically fills in
with the page number and number of pages code. That didn't work. So I then put a check into the box to the left of the
word text and it came up with how i want to promt the operator. I do not want to prompt the operator. I just want page of X pages at the bottom of my reports.
Can any point me in the right direction to accomplish this?

Floyd
Parents
  • You can force pcdmis to re-evaluate header expression by editing the File_Header.lb template. You can add a TEXT object with the expression (text property) "=ElapsedTime()". Send that object to be behind the Header grid.
    Pcdmis will see the expression, determines it needs to be done at end of execution and will re-generate the header label.

    You could have looked at the TEXTONLY report to see how the page of pages is generated. A TEXT object has the expression "=Page() + " / " + Pages()".

    When looking at the property in the template editor, the expression is displayed evaluated. If you click on the actual text the expression will be shown.

    Example.
    when I look at the property I see "1/1" but I click on it and will see "=Page() + " / " + Pages()" (without the "s).
Reply
  • You can force pcdmis to re-evaluate header expression by editing the File_Header.lb template. You can add a TEXT object with the expression (text property) "=ElapsedTime()". Send that object to be behind the Header grid.
    Pcdmis will see the expression, determines it needs to be done at end of execution and will re-generate the header label.

    You could have looked at the TEXTONLY report to see how the page of pages is generated. A TEXT object has the expression "=Page() + " / " + Pages()".

    When looking at the property in the template editor, the expression is displayed evaluated. If you click on the actual text the expression will be shown.

    Example.
    when I look at the property I see "1/1" but I click on it and will see "=Page() + " / " + Pages()" (without the "s).
Children
No Data