Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Detecting trailing spaces in textbox control
Message
From
03/04/2001 18:06:25
 
 
To
03/04/2001 17:35:11
Jill Derickson
Software Specialties
Saipan, CNMI
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00489758
Message ID:
00491599
Views:
9
>AND, the field that I'm LOCATING on is in upper case, so I want the input string to be uppercase...does a format of "!" not work in an editbox? I would THINK it would.

EditBoxes only see "K" according to the documentation. Why not just use UPPER() in the locate behind the scenes? Or, you can use InteractiveChange and do this.Value = upper(this.Value).
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform