Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Removing spaces from a textbox
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01448981
Message ID:
01448982
Views:
156
This message has been marked as the solution to the initial question of the thread.
>Do you know what is wrong in my implementation and what would be the best way to fix it?
>

Move the code to the textbox Keypress event and use nodefault if space is entered.

Like
IF this.lNoSpacesAllowed and nKeyCode=32
NODEFAULT
ENDIF
Brandon Harker
Sebae Data Solutions
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform