Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Upper Case
Message
From
29/03/2000 17:08:46
 
 
To
24/03/2000 08:45:50
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00349930
Message ID:
00352422
Views:
12
>Is there a way to make typed charactors in a textbox automatically convert to uppercase other than CapsLock(.T.)?

Along with the "!"'s, you can put:

lnSel = this.selstart
this.value = upper(this.value)
this.selstart = lnSel


In the interactive change in the textbox. The reason I might do this instead of teh format property is if you suddenly want to swiych to Proper() or lower()
Previous
Reply
Map
View

Click here to load this message in the networking platform