Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Incremental search in listbox
Message
De
03/08/2001 09:08:15
 
 
À
03/08/2001 05:45:04
Sammy Derban
Ghana Telecom
Accra, Ghana
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00539285
Message ID:
00539338
Vues:
11
>Hello All,
>I want to have Incremental search in listbox . I have set incremental search = .T.
>but this just seems to work on the first typed charater.
>Any help?
>
>Thanks in advance.


Sammy,

With regards to what Vladimir said about slowing the double-click speed in the Control Panel...

Programmically you can change this setting via _DBLCLICK
I would capture the current value, maybe in the When set:
 thisform.nOldDBLClick = _DBLCLICK
and in the lostfocus set it back
_DBLCLICK = thisform.nOldDBLClick
- Brian


VFP6 SP5, VFP8 SP1, VFP 9 SP 1 and Win XP SP 3 (unless otherwise specified)


www.wulfsden.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform