Hello, Am 23.11.2011 04:33, schrieb Dewald Jacobs: > > The problem is that the child is not behaving like it does in the screencast. > It simply displays everything from child table in the grid. In the screencast > only the related content from the child would be shown to correspond to the > LinkField. This can be seen in the middle of the second screencast (part 2). > Is there something I am missing or doing wrong? > I have tested and played around with LinkField and ParentLinkField but it > makes no difference at all. Exact same result every time. Any help would be > appreciated. > Have you got a call to dBizobj.addChild() in your createBizobjs method? Something like this:
parentbiz = PublicarcustBizobj(myDatabaseconnection) childbiz = Publiccontactsbizobj(myDatabaseconnection) parentbiz.addChild(childbiz) HTH Sibylle _______________________________________________ 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]
