0

capital letters

How can I stop the first letter of a text field being a capital letter? I want text fields to start with a lower case letter. 

3 replies

null
    • Nick
    • 5 yrs ago
    • Reported - view

    Trigger after Update to your field:

    YourField := lower(YourField)

    • Mconneen
    • 5 yrs ago
    • Reported - view

    @Nick's solution works if you want the entire field to be lowercase.   Or.. You can just "stop the first letter" ... 

    firstCharLower

    And the code.. 

    firstCharLowerCode

    • Ibai
    • 3 yrs ago
    • Reported - view

    Thank you very much @Mconnen!!

     

    The same works for upper case, canging lower for upper.

Content aside

  • 3 yrs agoLast active
  • 3Replies
  • 1498Views