Oh, I probably should have said, "Uncle Larry". -Steve -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Lawrence Lustig Sent: Thursday, May 08, 2008 12:08pm 12:08 To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Where's Your Mommy & Daddy? - Was Stretchables in Break Header ...
<< However, I cannot find anywhere what determines "parentage" of a report control. That is, what is it that makes one control a parent and another a child? >> I believe the parent is always the band the control is located in. In the case of regions or subreports it's probably the region or subreport. Therefore, if during processing, the band that the control is located in grows by (for instance) 1 inch the following will happen: ShiftWithParent checked: this control will have its TOP property increased by the equivalent of one inch. StretchWithParent checked: this control will have its HEIGHT property increased by the equivalent of one inch. -- Larry

