Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Left at textbox
Message
De
13/09/2008 11:40:29
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01347321
Message ID:
01347354
Vues:
15
>How can I do so that all characters in my texbox begin at the left ?
>( prevent user from accidently add blank spaces at left)

Keypress:
If this.Selstart=0 and nKeyCode=32
   nodefault
   this.selstart=0
Endif
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform