Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Keypress event does not function correctly
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Keypress event does not function correctly
Miscellaneous
Thread ID:
00239445
Message ID:
00239445
Views:
46
In an textbox or an editbox, when I want to restrict some keys, I set the "nKeyCode" parameter to 0. According to documentation, setting this to zero will make it forget that the key was pressed.

The key still appears in the edit/text box. However, the same code works fine in Visual Basic.

Textbox KeyPress Event:

PARAMETERS nKeyCode, nShiftAltCtrl
if !isalpha( chr(nKeyCode) )
nKeyCode = 0 && this line has not effect in VFP
endif

How do I restrict Keys entered ?

thanks

Bharat
Bharat Sanghvi
Vice President, Information Technology
Deyta
Continuous Quality Measurement Systems
Next
Reply
Map
View

Click here to load this message in the networking platform