StrataFrame Forum

combobox propertiy setting

http://forum.strataframe.net/Topic30130.aspx

By Diu King,Tiong - 7/7/2011

Hi all,

i wish my combobox to be like when user manual input word into combobox then combobox will suggest and list the suggested item. when user choose the item in the list item and hit enter then combobox showing that item.

currently i set autocompletemode to suggestappend and autocompletesource to listitems.

combobox can show the item lists when user input but when user choose the item and hit enter then combobox showing blank item.


Please advice
By Ivan George Borges - 7/7/2011

Hi Tiong.

Mine is working as advertised. Aren't you processing the Enter Key and giving it another task in the form where you have the combobox?
By Edhy Rijo - 7/8/2011

Hi Tiong,

Diu King,Tiong (7/7/2011)
combobox can show the item lists when user input but when user choose the item and hit enter then combobox showing blank item.


Check out the TopMostItem values, if you have something there that may be conflicting and not showing the correct data.  Clear that out, test and take it from there.
By Diu King,Tiong - 7/14/2011

Thanks Ivan and Edhy for your solution and i will try it out.