Any Clues.. anyone?
So, u got it...
Thanks ....
This will work similar as the example I showed you previously. Follow the steps below:
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.That should be it. Let me know if you have any questions.