hi everyone,
I know that has existed a function or procedure that allows to hide or replace with * when user types in. I don't remember what's thread number.
example:
Enter your PIN: **** (4 digits)
Here are my source codes:
@ 1,1 say 'Enter your PIN:'
@ 2,30 get m.PIN valid ChkPin(m.pin)
*** I don't want user to see the PIN when they are typing***
@ 5,1 say 'Enter your date of birth (yymm):'
@ 6,1 get m.DateBirth pict '!!!!'
Function ChkPin
Return
please advise and thanks a lot.
FoxTech
I know that has existed a function or procedure that allows to hide or replace with * when user types in. I don't remember what's thread number.
example:
Enter your PIN: **** (4 digits)
Here are my source codes:
@ 1,1 say 'Enter your PIN:'
@ 2,30 get m.PIN valid ChkPin(m.pin)
*** I don't want user to see the PIN when they are typing***
@ 5,1 say 'Enter your date of birth (yymm):'
@ 6,1 get m.DateBirth pict '!!!!'
Function ChkPin
Return
please advise and thanks a lot.
FoxTech