[Gambas-user] Datacontrol field missing Password option?

Ron ron at ...1740...
Fri Sep 5 15:12:58 CEST 2008


Benoit Minisini schreef:
> 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
>
>   
Yes this work perfectly, thanks.

Ron_2nd





More information about the User mailing list