[Gambas-user] How to set the input mask
ron
ronstk at ...239...
Thu Dec 29 21:33:58 CET 2005
On Thursday 29 December 2005 09:36, johnf wrote:
> I searched and read - but do I set the input mask of a textbox to uppercase?
> Also where is it set?
> John
>
'gambas is not VB' is written somewhere. :)
I asume you mean a mask as '###-##-##-$$' to be able
only to accept entering something as '123-45-67-AB'
The VB Input Mask is not (yet) in gambas. :(
This is a job you have to do in the key_down or key_up
event.
Ron
More information about the User
mailing list