Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Search character by character in a listbox.
Message
From
28/06/1999 10:45:07
Nikki Bannister
K&M Computer Systems Ltd
Birmingham, United Kingdom
 
 
To
28/06/1999 08:42:06
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00234709
Message ID:
00234763
Views:
21
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
Previous
Reply
Map
View

Click here to load this message in the networking platform