Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

ppRegion: KeepTogether

edited August 2003 in General
I have two regions, the red and the blue (look at the attached image).

Blue Region:
ppRegion.KeepTogether := True;
ppRegion.Stretch := True;
DBMemo.KeepTogether := False;

Blue Region:
ppRegion.KeepTogether := True;
ppRegion.Stretch := True;
DBMemo.KeepTogether := True;

On both the regions the KeepTogether doesn't seem to work
Finally I used a group for every record with KeepTogether and it worked, but
this is not desirable.

Is there a problem with ppRegion.KeepTogether + Stretch and stretchable
DBMemos?
Any workarrounds?
I use RB Enterprise 7.01 and Delphi 6 SP2 Enterprise.

Thanks.

Comments

  • edited August 2003
    Hi,

    The Region.KeepTogether property will override a Memo.KeepTogether property
    inside that region. Please send an example demonstrating the issue in .zip
    format to support@digital-metaphors.com and I'll take a look at it for you.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.