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
  • one more way

    Edit the FILE_HEADER.LBL
    In the space you want say SER NUMBER
    Double click(will turn blue)
    Right click(will open grid properties window)
    In cell expression type =TRACEFIELD(1)
    Click ok and save and close LBL


    In your program where you want to ask the operator your question place this.
    TRACEFIELD/DISPLAY,LIMIT=15 ; SER NUMBER : 1
    

    this is tracefield(1) and so on tracefield(2) if you want more
    If you want more or something different do the same to the rest of the fields.
    Like
    TRACEFIELD/DISPLAY,LIMIT=15 ; ORDER # : 123
    TRACEFIELD/DISPLAY,LIMIT=15 ; OPERATOR : AL
    And so on

    AL



    Play around and have fun

    JUST MAKE A COPY FIRST to fall back on.
Reply
  • one more way

    Edit the FILE_HEADER.LBL
    In the space you want say SER NUMBER
    Double click(will turn blue)
    Right click(will open grid properties window)
    In cell expression type =TRACEFIELD(1)
    Click ok and save and close LBL


    In your program where you want to ask the operator your question place this.
    TRACEFIELD/DISPLAY,LIMIT=15 ; SER NUMBER : 1
    

    this is tracefield(1) and so on tracefield(2) if you want more
    If you want more or something different do the same to the rest of the fields.
    Like
    TRACEFIELD/DISPLAY,LIMIT=15 ; ORDER # : 123
    TRACEFIELD/DISPLAY,LIMIT=15 ; OPERATOR : AL
    And so on

    AL



    Play around and have fun

    JUST MAKE A COPY FIRST to fall back on.
Children
No Data