Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to prevent some keypress's when focused to the grid
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00890459
Message ID:
00890464
Views:
23
In KeyPress event of the form:
IF TYPE("thisform.ActiveControl") == "O" .AND.;
   thisform.ActiveControl.Name = "NameOfTheGrid" .AND.;
   INLIST(nKeyCode, -1, ....)
   NODEFAULT
   RETURN
ENDIF
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform