[Gambas-user] How to set the input mask
Fabien Bodard
gambasfr at ...11...
Thu Dec 29 17:29:49 CET 2005
Le Jeudi 29 Décembre 2005 09:36, johnf a écrit :
> I searched and read - but do I set the input mask of a textbox to
> uppercase? Also where is it set?
Where did you see a mask ?
you can do :
' Gambas class file
PUBLIC SUB TextBox1_Change()
TextBox1.Text = UCase(TextBox1.Text)
END
regards,
Fabien Bodard
> John
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log
> files for problems? Stop! Download the new AJAX search engine that makes
> searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
> http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
More information about the User
mailing list