Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Formating Combobox
Message
From
01/06/1999 16:22:53
 
 
To
01/06/1999 16:19:42
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00225098
Message ID:
00225100
Views:
15
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform