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


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to