Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Incremental search in list box
Message
 
 
À
31/03/2003 00:56:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00771915
Message ID:
00772733
Vues:
10
Hi Evelin,

When you type 'C' the pointer in listbox moves to the first item that starts with 'C', if current item doesn't start with 'C', or to the next item that starts with 'C' otherwise. If you type one more letter, say 'U', than if interval between you type 'C' and 'U' less than value of _INCSEEK, than pointer moves to the item that starts with 'CU'. If interval between 'C' and 'U' more than value of _INCSEEK, than VFP starts new incremental search and moves pointer to the item that starts with 'U'. And so on.

>hello,
>
>how does an incremental search property of a list box works?
>
>i set this to .T. coz i want to be able to go to a particular record when i pressed a key in my list. say i pressed the letter "C".. i want my pointer list to move in the first "C" it can find.. but why does my pointer moves somewhere in the middle of all the C's...
>
>how do i do that in a list box.. and a combo box?
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform