Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Formating Combobox
Message
De
01/06/1999 16:22:53
 
 
À
01/06/1999 16:19:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00225098
Message ID:
00225100
Vues:
14
>Hello ! Have a nice day..
>
>I have a combo with two two columns i.e Item code & Item Description. Now i want incremental search on column # 2 that is item description. but the incremental search acts on first column. how i can perform incremental search on column # 2 without changing the sequance of columns.
>
>Lokking for a great solution.
>
>* if you don't know waht you are doing , don't do it on a large scale.
>* Naver make a promies you cannot keep, no matter what the pressure.

It's always working against the first column. However, if you still want to show user the same column sequence, you can make a trick: create 'invisible' column, e.g.:
Combo.Rowsource="mytable.description,code,description"
Combo.ColumnWidth=0
User will still see two (code,description) columns but interactive search will go against 'description'.
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform