Asterisk in INPUTWINDOW

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
fchirico
Posts: 324
Joined: Sat Aug 23, 2008 11:27 pm
Location: Argentina

Asterisk in INPUTWINDOW

Post 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
Saludos, Fernando Chirico.
radohabjan
Posts: 99
Joined: Mon Nov 30, 2009 7:17 am
Location: Slovenia
Contact:

Re: Asterisk in INPUTWINDOW

Post 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
User avatar
fchirico
Posts: 324
Joined: Sat Aug 23, 2008 11:27 pm
Location: Argentina

Re: Asterisk in INPUTWINDOW

Post 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.
Saludos, Fernando Chirico.
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

Asterisk in INPUTWINDOW

Post 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 !
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
fchirico
Posts: 324
Joined: Sat Aug 23, 2008 11:27 pm
Location: Argentina

Re: Asterisk in INPUTWINDOW

Post by fchirico »

Gracias Pablo!
Saludos, Fernando Chirico.
Post Reply