Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo box problem
Message
 
 
À
21/11/2006 17:44:14
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01171591
Message ID:
01171595
Vues:
7
>I built the list for a combo box using the additem method. I can query the list and see the values for the list. But no list is displayed when the control gets focus. I chose 0 for row source type. Am I missing something? TIA.

A combo box doesn't drop down a list when it gets focus. You've to put some code in the GotFocus()
* Combobox GotFocus()
KEYBOARD "{F4}" PLAIN CLEAR
* or
KEYBOARD "{alt+dnarrow}" PLAIN CLEAR
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform