Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with Listbox
Message
From
10/03/1999 09:40:01
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Problems with Listbox
Miscellaneous
Thread ID:
00195811
Message ID:
00195811
Views:
57
Greetings,

I am trying to design a class that contains a text box and a list box. (Similar to the help in windows). I want to be able to type in text in the text box and as the user enters data, I want the list box to select the row that matches.

The code below works great as long as the index order matches the record number. When I index a table and set the order, the record number always stays with the record. How do I refer to the correct item in the list when the record number and listindex do not match?

Thanks in advance,

Scott

I am using VFP 3.0b.


***Text 1 interactivechange event
set exact off
seek alltrim(upper(this.value))

if found()
nRec = recno()
this.parent.list1.selected(nRec) = .t.
endif

this.refresh
Next
Reply
Map
View

Click here to load this message in the networking platform