Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Incremental Search
Message
From
20/11/2000 10:19:40
 
 
To
20/11/2000 10:11:09
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00443622
Message ID:
00443626
Views:
8
>I am trying to build a form with a textbox and a listbox. I would like to type in the textbox and have the listbox incrementally search and hilight items as I type. An example of what I am trying to do is the VFP help section under the index tab. I have had problems with the delay as I enter text and with highting the closest match. Thanks for any help.

The delay that the incremental search is driven by the _DBLCLICK setting, default of 0.5 seconds.

In the ListBox.GotFocus() set this.nOldDblClick = 1.5 && or whatever works best for you
In the Listbox.LostFocus() set _DBLCLICK = 0.5
Insanity: Doing the same thing over and over and expecting different results.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform