How to Force Uppercase Input by Using the Form Designer
Article ID: 134640
Article Last Modified on 2/15/2000
APPLIES TO
- Microsoft Visual FoxPro 3.0 Standard Edition
This article was previously published under Q134640
SUMMARY
You can force text in an edit box or text box to be converted to uppercase
as it is typed in a form.
MORE INFORMATION
The Format property for a text or edit box is roughly equivalent to the
FoxPro version 2.x function codes on an @ GET statement. If you set this
property equal to an exclamation point (!), text will automatically be
converted to uppercase as it is typed.
Additional query words: 3.00 VFoxWin
Keywords: KB134640