Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo Box Problem
Message
 
À
01/04/1999 08:20:39
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00204170
Message ID:
00204201
Vues:
24
>Thanks for the reply.
>
>i want to go to next available object. I have two options, Command Group and Text box. if textbox is disable. it should go to command button else to text box. My text box is disable, So cursor should go to command button, but it is not going. got focus of command button also not fired. I hope this will clear what i want.
>
>Thanks

Nishit,

In the keypress put this code;

IF nKeyCode = 27
NODEFAULT
KEYBOARD "{TAB}"
ENDIF
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform