Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Formating Combobox
Message
From
01/06/1999 23:13:21
 
 
To
01/06/1999 16:22:53
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00225098
Message ID:
00225213
Views:
12
>>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'.

Fantastic, how the heck can you come up with such a simple solution. I had to write complex code to accomplish this. I think I'll start eating what u eat.
Abdul Ahad Khan
CSi
www.csi-pk.com
Previous
Reply
Map
View

Click here to load this message in the networking platform