I have droped my primary BO (Library1) on my my form. On the text boxes, everything is bound correctly, however on my combobox doesn't show anything. I created a second BO (Authors) so that the combobox's values would be populated from that. I created a method called FillAll that belongs to the Authors' BO. This is what I have set on the combobox's property: combo.PopulationType = Busniess object, combo.PopulationDataSourceSettings = Authors.FillAll(), combo.BusinessObject = Library1, combo.BindingField = AuthorName.
If I remove the Businessobject and bindingField, The combo is populated but not Bound to the Record. When I put it back, It is not populated and the values are not loaded.
What am I missing?
Thanks In Advance.
LJ