Hi, I am seeing a display problem with the combobox as expressed by Greg McGuffey on Posted 11/16/2006 in this post http://forum.strataframe.net/FindPost4549.aspx Greg McGuffey (11/16/2006)
Again, the situation is that I've a bound combobox, with the list being filled via a BO. If the BO the combo is bound to is empty, the first item in the list is selected initially. I have been playing with the TopMostItem, but the combo does not show the TopMostDescription when navigating through the records (ex, Next, prior, etc.) unless I put code to Requery the combo in the BO.Navigated event which makes no sense if you have to do it in all your forms for all your comboboxes.
Also, when selecting the TopMostItem as a valid option in the combo and trying to save will generate an error due to the value of the TopMostValue either -1 or 0.
In my Case I am binding the combo to an Integer field and have the following values in the TopMostItem: [Select a Company],0 or [Select a Company],-1
What am I doing wrong here?