Paul McNett wrote: > Richard Esplin wrote: >> One solution I've considered is to create a parent RecordBizObj, and >> subclass >> it as ListRecordBizObj and DetailedRecordBizObj. I'm working on this >> approach, but I'm unsure how to wire everything together. > > I like this approach. ListRecordBizobj's where clause would include the > set of records you want to appear in the list; DetailedRecordBizObj > would be a child biz of ListRecordBizobj, with the links set as you've > seen in the examples with 1:1 or 1:many relationships.
To clarify: ListRecordBizobj would contain 0-many records; DetailedRecordBizobj would contain 0 or 1 records, depending on whether a valid record is currently selected in ListRecordBizobj. If you need specific examples, let us know, but I don't see any reason why this wouldn't work very well. And I also neglected to welcome you to Dabo and Dabo-users. Welcome! Paul _______________________________________________ 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]
