Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Left most position
Message
From
11/01/2008 02:23:07
 
 
To
10/01/2008 20:36:49
Randy Hooper
Ranco Business Software
Tampa, Florida, United States
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
01281040
Message ID:
01281067
Views:
7
>Have several text boxes on a form all being classes. What I am wanting to do from my class text box is to make sure what ever is keyed in the text box, the text is at the first position of the text box.
>
>Have seen user hit the space bar and start entering in the text and save the record, when you look at the record you can see the text is not at the first position of the text box.
>
>Thanks

In the KeyPress event:
If nKeyCode=32 And This.SelStart=0 && Space
   Nodefault
Endif
Previous
Reply
Map
View

Click here to load this message in the networking platform