Regions
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
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
This discussion has been closed.
Comments
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
http://www.digital-metaphors.com
info@digital-metaphors.com