Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Incremental Search in MultiListBox
Message
From
14/01/1999 16:11:06
 
 
To
14/01/1999 16:08:28
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00176199
Message ID:
00176202
Views:
23
>Can someone help me on this. How can I use the incremental search in MultiColumn ListBox? Like for example in Column4 of the ListBox which I want the Incremental seach to trigger.
>
>Thanks.

You should add 'invisible' first column to listbox:
List.Rowsource="MyTable.Field4,Field1,Field2,Field3,Field4"
List.ColumnCount=5
List.ColumnWidth=0
This way user will see just 4 right columns, but incrementalsearch will be triggered by the leftmost (field4)
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform