Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Looks like this is coming from your setting of the TopMostItem properties. The TopMostItem's value is a string, but when the combo box is populated, it will be converted into whatever data type is in the combo box. So, it must be a proper string representation of whatever value is being used as the value member for the combo box (i.e. if the combo box's values are integers, then the TopMostItem value must be something like "1", "0", or "-1".
|