I know createBizobjs is called by dabo but i don't have a dForm only a dPanel.
On Sun, Jan 10, 2010 at 5:30 PM, Ed Leafe <[email protected]> wrote: > On Jan 10, 2010, at 10:21 AM, Jacek Kałucki wrote: > >> Agree, but he did it at the end of afterInit() one way or another, >> so maybe problem is that's called twice? > > > Oh, I see what you mean: it's being called by the *panel*, and there's > a custom 'createBizobjs()' method for the panel. > > Emanuele, bizobjs are typically managed by the form. Add your bizobj > creation to the form's createBizobjs() method, and those bizobjs will be > created when the form is. They will then be available to your controls by > simply referencing the bizobj DataSource as the control's DataSource. The > framework handles resolving the references for you. > > > -- Ed Leafe > > > > _______________________________________________ > 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] > _______________________________________________ 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]
