Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
If you know the max characters say 5 then the format properrt would be "!!!!!" e,g, each ! means one character forced to upper case.
IF BETWEEN(nKeyCode, 97, 122)
NODEFAULT
KEYBOARD CHR(nKeyCode - 32)
ENDIF
using UPPER() on the editbox value or the bound table field right before saving is the safest solution to only store upper case text.