cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Moosjer
Level 2

How to set Fields in SdShowDlgEdit2 password=true at runtime?

Hi, I'm using the built in dialog SdShowDlgEdit2 to ask a password.

Is there a way to set the textfields password = true at runtime? And then reset them to false again.

Code:

Result = SdShowDlgEdit2("Database passwords", "Enter the database user password",
    "Password", "Confirm", g_UserPassword, UserPassword2);
 
Thx
Labels (1)
0 Kudos
(0) Replies