Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Left most position
Message
De
11/01/2008 02:23:07
 
 
À
10/01/2008 20:36:49
Randy Hooper
Ranco Business Software
Tampa, Floride, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
01281040
Message ID:
01281067
Vues:
8
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform