The Combobox will load the Enumeration fine. However, It will not load the value from my BO.Chartype column. When I select an item, the BO is not updated?I set the SFCombo to the following;
1. Set BindingField to MyChartypeField
2. Set the BO to MyBoChartsInventory1
3. Set the Populationtype to Enumeration
4. Set Populate EnunName to MyEnumChartype
5. PopulationOnFormLoad to FormLoad
What am I missing?