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.