Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo box
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00480772
Message ID:
00480785
Views:
9
That's correct, the only thing to add is that you should remember it (you can use some property of your combo class for it) in combo.GotFocus()

this.nPreviousDblClick = _DBLCLICK
_DBLCLICK = 1.5

and reset it back in the combo.LostFocus()

_DBLCLICK = This.nPreviousDblClick

so it will affect only your combobox.

>I think if you set the _DBLCLICK variable to a longer delay that this will accomplish what you are looking for.
>
>>How do you slow down the search in a combo box. I want more time to enter my data before it finds the match.
>>
>>TIA,
>>Tyler
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
Previous
Reply
Map
View

Click here to load this message in the networking platform