PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WB20:Howto make a password field visible
WB20:Howto make a password field visible
Iniciado por guest, 24,feb. 2016 11:39 - 1 respuesta
Publicado el 24,febrero 2016 - 11:39
Goodmorning,

(In Webdev20)

From my loginscreen I want to be able, using a checkbox, to make a password field (temporary) visible.

I see the ..password property but it's readonly. Howto approach this?

Something like:

IF EDT_Password..Password=True THEN
EDT_Password..Password = False
ELSE
EDT_Password..Password = True
END

So this code above doesn't work.

Kind regards, Aad
Publicado el 24,febrero 2016 - 17:15
Hi

as this is not available in webdev (contrary to windev), one woraround is to have two fields, one password type, and the other regular, and to change visibility of the two

Best regards