Hey Freddy,
The Case types should be working upon selecting them for the column you want them be on.
- Initial caps should automatically make the first character a capital letter but it does not restrict the user to input capital letters
- Proper case should automatically make the first character of every individual word a capital letter but it does not restrict the user to input capital letters
- Upper case, every letter is a capital letter, not possible to input non-capital letters
- Lower case, every letter cannot be a capital letter, not possible to input capital letters
Do note it will only change the input a user can give, it will not automatically update every present row in your table. For example, if one column had the case type Upper case, users used it and later the developer changed the case type to lower case, then the data presented in the list and form would be lower case, but it will still be upper case on the database until changed.
See here an example, first column is Initial caps, second Upper case and third column is Proper case.
(GUI 2019.1.14)
Result:
Hope this helps a lot!
Kind regards,
Mark Jongeling