Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
Use the TopMostItem to add an item to the combo for blank items. Usually I use this in combination with the return alternate when null feature for the field in my BO. I.e. I would setup my CustomerID field in the BO to return 0 on null (and probably set NULL if the BO's value is zero), then I'd add a TopMostItem to the combo, with text something like "(none)" and a value of zero.
Hope that helps!
|