Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Search character by character in a listbox.
Message
De
28/06/1999 10:45:07
Nikki Bannister
K&M Computer Systems Ltd
Birmingham, Royaume Uni
 
 
À
28/06/1999 08:42:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00234709
Message ID:
00234763
Vues:
23
Put this in the interactivechange event of the textbox

set exact off

for i = 1 to alen(nicky)
if upper(nicky(i)) = upper(alltrim(thisform.text1.value))
thisform.list1.selectedID(i)=.t.
endif
endfor
thisform.refresh
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform