Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo Search Question
Message
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00432686
Message ID:
00432938
Views:
20
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform