Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Left at textbox
Message
From
13/09/2008 11:40:29
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01347321
Message ID:
01347354
Views:
14
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform