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

Regions

edited May 2003 in General
Hello All:

We use RB 6.03/Delphi 5 Pro

We have a report with 7 regions.
Each region covers the entire width of the report
Each region has a label at the top and a memo
The user typically will only show 4 or 5 of those regions
The hidden regions have their visible property set to false


We need to place a vertical line which runs the length of the shown
regions.

So far, the only way We can do this is to place 7 lines in each of the
regions that run the length of the region.

Is there a better way to accomplish this ???


Thank you.


Neil Huhta
Profit Monster Data Systems LLC

Comments

  • edited May 2003
    There should only be one line in the detail band, not in the regions. What
    you are doing will work, however, place one line in the detail band and try
    calling BringToFront on the line. Then set the line's StretchWithParent and
    ReprintOnOverFlow properties.


    Cheers,

    Jim Bennett
    Digital Metaphors


This discussion has been closed.