John wrote: > > Is there another (maybe better) way? I have considered not associating the > dropdown with a DataField and DataSource and handle the update and save at > the UI level. But that seemed to violate rule one of the framework. > > Johnf > > >
Does it? If your dropdown list where not dynamic, where would you populate the list? I guess in the form's AfterInit() which would call Form.contactChoices() which would call the appropriate bizobj method to get the list of choices. In this other case you would have a your grid's onGridCellSelected() (in case you used a grid to change parent's record) which would call Form.contactChoices() which would call the appropriate bizobj method to get the list of choices. I don't see too much of a difference. _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
