hexagon logo

Hide letters in MSG

Hello,

I want to hide the "typed in" message, how can i do this? I want to type in a password.
I show you my PRC:

4:CONTIN
~PW=
DSPMSG (NAM=PW_EINGABE, CHS=~PW)
IFTHENS (ST1=~PW, ST2=~PW_HN, TYP=EQ, LEN=6)
UNWIND (FRA=1, LAB=44)
ENDIF
IFTHENS (ST1=~PW, ST2=~PW_LS, TYP=EQ, LEN=6)
UNWIND (FRA=1, LAB=44)
ENDIF
!IFTHENS (ST1=~PW, ST2=~PW_FS, TYP=EQ, LEN=6)
! UNWIND (FRA=1, LAB=44)
!ENDIF
GOTO 4
44:CONTIN

Can somebody help me to solve the problem?

Thanks
Benji
Parents
  • Hello Ben, If you're using Q7, then I can help you. See attachment.

    If you are using Q6, then you must configure the message in such a way that the letters are replaced by * Unfortunately, I asked in the applications group & nobody can remember how to do it. Sorry.


    Vielen Dank für die Info, gibt es zufällig eine Möglichkeit, dass ich eben anrufe? Du kommst wahrscheinlich auch aus Deutschland oder?

    Gruß
    Benji
Reply
  • Hello Ben, If you're using Q7, then I can help you. See attachment.

    If you are using Q6, then you must configure the message in such a way that the letters are replaced by * Unfortunately, I asked in the applications group & nobody can remember how to do it. Sorry.


    Vielen Dank für die Info, gibt es zufällig eine Möglichkeit, dass ich eben anrufe? Du kommst wahrscheinlich auch aus Deutschland oder?

    Gruß
    Benji
Children
No Data