Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Incremental Search
Message
De
20/11/2000 10:19:40
 
 
À
20/11/2000 10:11:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00443622
Message ID:
00443626
Vues:
14
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform