0
Text Field entry forced UPPERCASE
Is there a way to force entered text in a text field to uppercase?
1 reply
-
Ex. Put this in the trigger after update in the field.
let myT := Textfield;
Textfield := upper(myT)
Content aside
- 5 yrs agoLast active
- 1Replies
- 1639Views