Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ComboBox control
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00723810
Message ID:
00798073
Vues:
19
>>To keep the focus on combobox you can place conditional NODEFAULT command into combo.LostFocus() event: for example for pressing Enter that would be:
>>
>>
>>*** combo.LostFocus()
>>IF LASTKEY() = 13
>>	NODEFAULT
>>ENDIF
>>
>
>Thank you Nick.
>
>Alex

You are welcome.
:)
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform