You need to call parentBiz.addChild(childBiz) in order to set the relation. Then make sure that the LinkField prop is set on the child (and the ParentLinkField if the related field in the parent is not the PK).
-- Ed Sent from my iPhone, so please excuse any top-posting. On Jan 10, 2008, at 11:24 AM, "Nate Lowrie" <[EMAIL PROTECTED]> wrote: > I have a bizobj that has a field for a customerID. It is a foreign > key. I need the bizobj to update a where clause searching for rows by > customerID when a row in a dGrid with the customer bizobj is selected. > Basically, I think I need to declare this bizobj as a child bizobj of > the customer bizobj. What is the syntax for doing this? > > Cheers, > > Nate L. > > [excessive quoting removed by server] _______________________________________________ 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/dabo-users/[EMAIL PROTECTED]
