I have a Strata-combobox on my form bound to a secondary business object. It looks like it's being populated because it has an item count of 14 at runtime. However, nothing is displayed in the list except the TopMostItem. The Value property changes with the primary BO, yet nothing is displayed.My table has two fields: CategoryID int32, and Description string
Here are the properties I set:
PopulationDataSourceSettings:Business Object Type: CategoryBO // the secondary business objectMethod to Execute: Populate() // the method that fills the tableDisplay Member: {0} - DescriptionValue Member: CategoryIDPopulationType: BusinessObject
If the answer is obvious, I'll spare you the rest of the details.
Thanks!
____________________Programmer/AnalystCaptain D's, LLC
Thanks!!