MB Software Solutions,  LLC wrote on 2010-11-17: 
> Combobox is style=2 (combo listbox).  Values are multiple words
> (supplier names).  User starts typing, but as soon as they hit the
> space bar to go onto the 2nd part of the name, the incremental search
> no longer functions to locate the right supplier.
> 
> (This is where some frameworks have some nice built-in stuff for this.)
> 
> Advice?
> 
> Thanks,
> --Mike
>

Mike,

When loading the data into the combobox change the chr(32) to chr(160). When
handling the KeyPress do the same.

I've not tested this in a ComboBox or ListBox, but use it for indexes in
some grids.

Tracy Pearson
PowerChurch Software




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/000501cb8735$4baf30a0$e30d91...@com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to