Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Validate entry
Message
From
02/09/2011 02:49:05
 
 
To
01/09/2011 05:36:28
Muthu Vel
Sty Company
India
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01522437
Message ID:
01522552
Views:
72
Muthu,

Try using something like this in the KeyPress event:
LPARAMETERS nKeyCode, nShiftAltCtrl

IF BETWEEN( nKeyCode, 48, 57 )
   MESSAGEBOX( 'number key was pressed' )
   NODEFAULT
ENDIF
Dennis
Previous
Reply
Map
View

Click here to load this message in the networking platform