I think I don't have grasped the bizobj's, no... I have used bizobjs as a query, not a wrapper for a table. I tried to link several bizobj's together to show them in a grid, but failed.
Say I have. tblparent ========= id childid tblchild ======== childid name and I want to have a grid that shows tblparent.id and tblchild.name. I have created one bizobj for this. Should I create two bizobjs for this? How then can I show this in a grid that only takes one bizobj? -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ed Leafe Sent: 24. juli 2006 20:40 To: Dabo Users list Subject: Re: [dabo-users] Dabo removes fully qualified field names. On Jul 24, 2006, at 7:40 AM, Simen Haugen wrote: > There is also something weird going on when trying to add new records > with this. When adding a new record, the "Table2.name" is not > added. It > seems it's removing all qualified names somewhere so "name" is > overridden... This seems tied to the other question you have, and makes me think that you are not quite getting what business objects are. You can have columns from other, related tables in your bizobj, but this should be lookup fields, etc., that make it more convenient to display. Business objects should wrap a single table, and thus should only update a single table. Explain what it is you are trying to accomplish, and perhaps we can come up with a better approach. -- Ed Leafe -- http://leafe.com -- http://dabodev.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
