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
  • Well here's my code. I still can't see anything wrong with it.

    C2 =COMMENT/INPUT,NO,FULL SCREEN=YES,
    Enter serial Number:
    ASSIGN/V1=C2.INPUT
    TRACEFIELD/NO_DISPLAY,LIMIT=15 ; C2.INPUT :
    $$ NO,
    ***********************************
    end obtain serial number
    ***********************************
    C32 =COMMENT/INPUT,NO,FULL SCREEN=YES,
    Enter machinist name:
    ASSIGN/V31=C32.INPUT
    TRACEFIELD/NO_DISPLAY,LIMIT=15 ; C32.INPUT :

    I copied the C2 section and made minor modifications so it would esentially be the same and it still doesn't work.
Reply
  • Well here's my code. I still can't see anything wrong with it.

    C2 =COMMENT/INPUT,NO,FULL SCREEN=YES,
    Enter serial Number:
    ASSIGN/V1=C2.INPUT
    TRACEFIELD/NO_DISPLAY,LIMIT=15 ; C2.INPUT :
    $$ NO,
    ***********************************
    end obtain serial number
    ***********************************
    C32 =COMMENT/INPUT,NO,FULL SCREEN=YES,
    Enter machinist name:
    ASSIGN/V31=C32.INPUT
    TRACEFIELD/NO_DISPLAY,LIMIT=15 ; C32.INPUT :

    I copied the C2 section and made minor modifications so it would esentially be the same and it still doesn't work.
Children
No Data