Ernesto_Paez
MIS
Hi Everyone,
Yes i know, i should use a form for "sign-in" but for now i am using the inputbox(), and would like to know if for each keystroke, is there a way while typing "secret", to overwrite each letter with "*"
below is the code
Thanks a lot in advance
Yes i know, i should use a form for "sign-in" but for now i am using the inputbox(), and would like to know if for each keystroke, is there a way while typing "secret", to overwrite each letter with "*"
below is the code
Thanks a lot in advance
Code:
Local lcPassword
lcPassword= Upper(Inputbox('Please enter password to open this','Enter Password'))
If Alltrim(m.lcPassword) == 'SECRET'
Do Form assyreps
Endif