Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to prevent some keypress's when focused to the grid
Message
De
29/03/2004 11:31:23
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00890459
Message ID:
00890464
Vues:
22
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform