Page 1 of 1

Asterisk in INPUTWINDOW

Posted: Thu Jan 28, 2010 2:12 pm
by fchirico
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

Re: Asterisk in INPUTWINDOW

Posted: Mon Feb 01, 2010 2:28 pm
by radohabjan
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

Re: Asterisk in INPUTWINDOW

Posted: Mon Feb 01, 2010 5:44 pm
by fchirico
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
Thank you, but i need make in INPUTWINDOW control.

Asterisk in INPUTWINDOW

Posted: Wed Dec 31, 2014 3:12 pm
by Pablo César
Hola Fernando,

Ahora puedes contar con varios recursos extras inclusive el de PASSWORD mask para el InputWindow.

Image
Para mayores detalles, entrá en: viewtopic.php?p=39050#p39050

Un fuerte abrazo y feliz año nuevo a todos !

Image
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 !

Re: Asterisk in INPUTWINDOW

Posted: Wed Jan 07, 2015 1:35 pm
by fchirico
Gracias Pablo!