Ed Leafe wrote: > On Aug 26, 2008, at 5:10 PM, Paul McNett wrote: > >> In bizSubopenings, I do a self.scan(), and I find that I need to call >> self.requeryAllChildren() in order for the second subopening record to >> see its panel records. >> >> Is this by design? > > I'm not sure exactly why this is surprising. scan() iterates across > the records of a bizobj. Why would it do a child requery implicitly?
Well, if I set the RowNumber, or call first(), next(), prior(), or last(), the child gets requeried. The child link filter gets set during scan(). I'm not saying it *should* be done implicitly, but I did expect that it would be. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
