Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Incremental Search in MultiListBox
Message
De
14/01/1999 16:11:06
 
 
À
14/01/1999 16:08:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00176199
Message ID:
00176202
Vues:
24
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform