1. PopulationDataSource = "BoPositionTitles", FillTop100().
2. Diaplay Member = {0}-RecordID,{1}-Description
3 Display Member Formate String = {0},{1}
ValueMember = RocordID which is the recordID of the BoPositionsTitles Business Object.
When I dropdown the combobox I can see the list of position titles. I can also select a title. However, when I return to the form, the combobox displays the first record in the BoPositionTitles object. It appears that the boPersons BO is not being populated with the recordId from the BoPositionTitles object upon saving??
Michael
...gerhard...
1. Select the country combo box2. Click the PopulationDataSourceSettings3. Choose the Country Business Object4. Choose the method that will Fill the BO with the countries5. Add the country name as the display column6. Add {0} to the format column7. Pick the primary key of the Country table for the Value Member8. Click OK9. Make sure that the PopulationType of the combo is set to BusinessObject10. On the same combo box, select the BusinessObject property to the instance of the Clubes on the form11. Set the BindingField to the Country field in the Clubes table.