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. 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]
