I have a combobox that I need to manually populate in the form's constructor by using Items.Add from a collections passed to the form. I have set:DropDownStyle='DropDownList'
Businessobject='my forms business object'
BindingField='my bo field name'
BindingProperty='SelectedText'
PopulateOnFormLoad='Manual'
PopulationType='Manual'
Problem: When I edit an exiting record, the combobox value is blank. When I select an item from the list and then save, the binding field remains unchanged.