baileybelle
Technical User
In the KeyPress event of a text box I would like to force capitalization. I am using the following w/out success:
nKeyCode=asc(upper(chr(nKeyCode)))
What would the proper syntax be to accomplish this?
Also. does anyone know how to highlight the contents of a text box when it recieves focus?
thanks
bailey
nKeyCode=asc(upper(chr(nKeyCode)))
What would the proper syntax be to accomplish this?
Also. does anyone know how to highlight the contents of a text box when it recieves focus?
thanks
bailey