Hi,
I have a GET that is created from a resource file and is set as a password field.
Is there any way to change the character that is used to mask the password?
Currently it uses a fat pipe character (like "|" but thicker!).
Ideally I would like it to use the Windows default mask.
Does anyone know if this is possible?
Kind regards,
Barry O'Brien
P.S. Is it possible to add screenshots to my post without having to link to an external URL?
Password Fields
-
- Posts: 9
- Joined: Tue Aug 28, 2007 9:09 am
- Location: Oxford, England
- Biel EA6DD
- Posts: 680
- Joined: Tue Feb 14, 2006 9:48 am
- Location: Mallorca
- Contact:
Barry,
Why don't you use this :
If you type in the password, only asterisks will appear.
Good luck.
Why don't you use this :
Code: Select all
REDEFINE oGET VAR cPassw ID 101 of oDlg PICTURE "!!!!!!"
oGET:lPassWord := .T.
Good luck.
Regards,
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 21.01 - Harbour 3.2.0 (October 2020) - xHarbour Builder (January 2020) - Bcc7
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 21.01 - Harbour 3.2.0 (October 2020) - xHarbour Builder (January 2020) - Bcc7
-
- Posts: 9
- Joined: Tue Aug 28, 2007 9:09 am
- Location: Oxford, England