Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Inheritance some of the time but not all of the time?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00186503
Message ID:
00186514
Vues:
18
Colin,

Try this instead.
.KeyPress Event
IF This.Style=2 AND This.mlListLikeCombo
   IF nKeyCode=5 &&UPARROW or DNARROW DropDown Combo
      KEYBOARD "{BACKTAB}"
      NODEFAULT
   ENDIF
   IF nKeyCode=24
      KEYBOARD "{TAB}"
      NODEFAULT
   ENDIF
ENDIF
You won't need the Valid code anyore because you aren't changing the style for the combo.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform