I would to populate a country combo box using a collection. The code for the collection is below:
using
namespace
{
obj.MapObjects(
}
Fetchlist is a stored procedure that returns all records in a table. My problem is to populate my combo box I am using this code:
this
and instead of displaying the items in the table, it is displaying:
BUI.Country
Thanks
TC