Spanish:
cómo puedo mostrar asteriscos al momento de tipear el "password" en un INPUTWINDOW como el soguiente:
InputWindow("Extración de datos de SQL a DBF",;
{ 'Servidor:','Base de Datos:','Usuario:','Password:','SQL:' },;
{cServer,cBD,cUsr,cPass,cSQL},;
{30,30,30,20,100})
En un "TEXTBOX" lo hago así:
@40,120 textbox txtbox_pass width 100 maxlength 20 password
English:
how can I show asterisks when typing the "password" as a INPUTWINDOW perform these:
InputWindow ( "Extraction of Data from SQL to DBF";
( 'Server', 'Database', 'User:', 'Password:', 'SQL:'),;
(CServer, CBD, professorship, cPass, cSQL);
(30,30,30,20,100))
In a "TextBox" I do so:
40.120 @ 100 maxlength textbox width txtbox_pass password 20
Asterisk in INPUTWINDOW
Moderator: Rathinagiri
Asterisk in INPUTWINDOW
Saludos, Fernando Chirico.
-
radohabjan
- Posts: 99
- Joined: Mon Nov 30, 2009 7:17 am
- Location: Slovenia
- Contact:
Re: Asterisk in INPUTWINDOW
Hello,
I solve the problem with the same color for backcolor and fontcolor ( you can not see, what have you typed (convinient for passwords) , but you can not see how many charachters are there ):
BACKCOLOR BLUE FONTCOLOR BLUE
Best regards Rado
I solve the problem with the same color for backcolor and fontcolor ( you can not see, what have you typed (convinient for passwords) , but you can not see how many charachters are there ):
BACKCOLOR BLUE FONTCOLOR BLUE
Best regards Rado
Re: Asterisk in INPUTWINDOW
Thank you, but i need make in INPUTWINDOW control.radohabjan wrote:Hello,
I solve the problem with the same color for backcolor and fontcolor ( you can not see, what have you typed (convinient for passwords) , but you can not see how many charachters are there ):
BACKCOLOR BLUE FONTCOLOR BLUE
Best regards Rado
Saludos, Fernando Chirico.
- Pablo César
- Posts: 4059
- Joined: Wed Sep 08, 2010 1:18 pm
- Location: Curitiba - Brasil
Asterisk in INPUTWINDOW
Hola Fernando,
Ahora puedes contar con varios recursos extras inclusive el de PASSWORD mask para el InputWindow.

Para mayores detalles, entrá en: viewtopic.php?p=39050#p39050
Un fuerte abrazo y feliz año nuevo a todos !

Hi Fernando,
Now you can have several extra resources including the PASSWORD mask for InputWindow.
For more details, go to: viewtopic.php?p=39050#p39050
A big hug and Happy New Year for everybody !
Ahora puedes contar con varios recursos extras inclusive el de PASSWORD mask para el InputWindow.
Para mayores detalles, entrá en: viewtopic.php?p=39050#p39050
Un fuerte abrazo y feliz año nuevo a todos !
Hi Fernando,
Now you can have several extra resources including the PASSWORD mask for InputWindow.
For more details, go to: viewtopic.php?p=39050#p39050
A big hug and Happy New Year for everybody !
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein