Uppercase in Edit Box

Somebody how can I force to Uppercase in a Edit Box . This control doesnt have a Input Mask property, and dont know if the Format property can make it.
Thank you in advance.



Answer this question

Uppercase in Edit Box

  • Kennon2005

    JLucio wrote:
    Somebody how can I force to Uppercase in a Edit Box . This control doesnt have a Input Mask property, and dont know if the Format property can make it.
    Thank you in advance.

    Try this code in the control's valid:

    REPLACE MyField WITH UPPER( This.Value ) IN MyAlias



  • C. Charpentier

    Try ! in the format.

    All upper case will look bad to the user, are you sure you want to do this

    Don



  • samymelbourne

    The "!" in format doesnt work.

    Yes, it looks bad, but it is necessary in a user form.
    JLucio


  • Uppercase in Edit Box