input data in capital letter

Hello,
The client we work for is used to work all the data in capital letter. The sistem they have been using is like that.
There is some way to set the input in some way that if the keyboard is lowercase, the field take the capital letter?
Thank you

Sure you can do it formatting the textbox or much better doing that in the table, that way you do not have to worry about that everytime you put the field on a form.

If you do it in the table, for me the best way. Just click on the field and set the default format to |U
and doing it in the filed is the same.

You can also click in the button on the right of the property and set it to All Uppercase.

Hope this helps.

It really help thank you!
I use the fileld option because we are working on DBF files and there is no possibility of set it in the table.
Do you know if there is possible to set it for all solution?
Thanks again

one more question:
in text_area it doest work format “U” or “|U”,
do you know how can i set upper case to this type of element?

mo_ca_mo:
one more question:
in text_area it doest work format “U” or “|U”,
do you know how can i set upper case to this type of element?

Try using the options with the button on the rught of the property. You will see all the options you have

mo_ca_mo:
It really help thank you!
I use the fileld option because we are working on DBF files and there is no possibility of set it in the table.
Do you know if there is possible to set it for all solution?
Thanks again

You do not have to use it in the DBF. If you open the table definition from Servoy Developer and go to the fiekd you need this, you can set the formatting option. It just work within Servoy context. Give it a try and tell me.

mo_ca_mo:
one more question:
in text_area it doest work format “U” or “|U”,
do you know how can i set upper case to this type of element?

TextArea doesn’t have this option.
If you really want large text values with line breaks also always in upper case you could use a column converter ? That converts it to all upper case right before saving