[Gambas-user] Datacontrol field missing Password option?

Benoit Minisini gambas at ...1...
Fri Sep 5 15:05:07 CEST 2008


On vendredi 05 septembre 2008, Ron wrote:
> Hi,
>
> Is it possible to let  Datacontrol input act the same as a Textbox with
> Password option set to true?
>
> I need to edit a users table with datasource/databrowser, but password
> entry is readable as you type.
>
> Regards,
> Ron_2nd
>

There is a trick:

DIM hTextBox AS TextBox = MyDataControl.Children[0]
hTextBox.Password = TRUE

-- 
Benoit Minisini




More information about the User mailing list