Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PasswordChar
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00502332
Message ID:
00505020
Views:
19
Hi Alonso,

If you don't need the space character you can trap it in the Keypress method:

IF nKeyCode <> 32
DODEFAULT(nKeyCode, nshiftaltctrl)
ENDIF

Regards,

Aaron
Previous
Reply
Map
View

Click here to load this message in the networking platform