Użytkownik John Fabiani napisał:
> Ouch!  That question is somewhat harder to answer.  The cause of the trouble
> is that you already have created a connect to the table 'dist' and you have
> setup a filter(parent->child relation).  In general Dabo does not have a "use
> table again" feature.
>
> When I need to open the same table multiple time I do one of the following.


It's more complicated, and not pretty true.
You can create as many bizobj instances as you wish
and access them independently:
biz1 = biz.my_object(FillLinkFromParent=True,...)
biz2 = biz.my_object(RequeryOnLoad=True)
biz3 = biz.my_object(RequeryOnLoad=True)

Now, you can involve biz1 in relation with parent and leave biz2 and biz3 apart.
However, you can't add multiple bizobjs with the same DataSource
to the dabo dForm, because it's data manager can't handle it.
But you always can reference them with form attribute.

-- 
Regards
Jacek Kałucki
_______________________________________________
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]

Reply via email to