Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo box opening mid list
Message
De
14/10/2010 10:59:23
 
 
À
14/10/2010 10:50:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01485471
Message ID:
01485480
Vues:
46
>>>In a combo box with RowSourceType set to 5 (array), array sorted in a user-specified order, not necessarily alphabetical, bound to a data field; when opened on an empty data field is there any way to force the list to open at the top of the list instead of the middle or bottom as it sometimes does now?
>>
>>Not tested, but I guess you can add some conditional code to GotFocus, like
>>If empty(yourfield)
>>   KEYBOARD "{Home}" PLAIN CLEAR 
>>endif
>
>That works, but has the unfortunate side effect of selecting the first choice in the list as soon as you tab or click into the field. It also seems to eat the first mouse click and requires a second click to open the list.
>
>Putting the same code in the DropDown event works very nicely; thanks for the idea.

I'm glad you got it working. Personally I like to have "Keyboard '{ALT-DNARROW}' plain " in the GotFocus event, since it automatically opens the combo.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform