johnf wrote: > On Tuesday 26 August 2008 03:36:24 pm Paul McNett wrote: >> johnf wrote: >>> Sorry I can't answer your question. However, I do have a question. As I >>> read what you are saying the "self.scan" routine is somehow aware of the >>> children records associated with the data being scanned? Sort like a >>> "set relation" in VFP. Is this correct? >> They have a dabo parent/child relationship, formed by: >> >> bizSubopenings.addChild(bizPanels) >> bizPanels.addChild(bizRails) >> bizPanels.addChild(bizStiles) >> > > thanks but I guess (know) I wasn't very clear. In fact re-reading the email > makes me wonder why I used those words. What I'm really asking is when > I "self.scan(somefunction) it will effect the children of the parent by > appling the "somefunction" to not only the parent but the children too. I > think that's better said.
I'm still confused about your question. Are you simply wondering why my bizSubopening.scan() routine wants to query values from the child and grandchild records? 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]
