|
Group: Forum Members
Posts: 336,
Visits: 497
|
I think maybe I need to explain further and you can tell me if I'm doing this the wrong way. I have a BusinessObject with fields called Rule1Code, Rule2Code, Rule3Code, etc. Each of these has a combo box which is populated by a SQL Select from a different table than the BO looks at, and its field is RateCode. Each of the combo boxes are then bound to the BO and the BindingField set to Rule1Code, Rule2Code, etc. Could any of this be part of my problem and is there a better way to do this?
|