Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo Search Question
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00432686
Message ID:
00432938
Vues:
21
>I have a drop down combo box that I want to drop down and advance to the closest record in the row source (a table) as a user types.
>Any ideas if this can be done? If so, how?
>Thanks in advance.

In addition to what Trey said, the incremental search feature of Combos is tied to the time specified in the _DBLCLICK variable. You can increase this by placing code in the Gotfocus method to set this to some higher value. That way users can pause longer between keystrokes and the search will still work.

You can create a Combo subclass with a property to store the old value and then in the Lostfocus set _DBLCLICK back to what it was.

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform