Yes, i've tried it but dFormMain seems lacking in the addBizobj method.
My createBizobjs method is the following:
def createBizobjs(self):
articolo = biz.Articolo()
tipologia = biz.Tipologia()
# self.form.DataSource = 'articoli'
self.addBizobj(articolo)
tipologia.addChild(articolo)
self.addBizobj(tipologia)
but self.addBizobj works on a dForm but not in a dFormMain.
I'm using the latest release of dabo from svn.
What is wrong ?
In my PageFrame i have different tabs (=dPanel) and each dPanel shows
data from different tables, so in the dFormMain i should add all the
bizobjs i use in my application.
Is it right ?
Thanks
On Sun, Jan 10, 2010 at 11:34 PM, Ed Leafe <[email protected]> wrote:
>
> (sorry, but the top-posting makes for a confusing thread)
>
> Then the bizobj creation should be part of that form. dFormMain has a
> createBizobjs() method.
>
>
> -- 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]