Extra unwanted lines
Having a detail band with 3 different rows on (where first row includes a
ppmemo, second a ppSubReport and third a ppDBMemo) doesn't seem to work
correctly! While running the report there's a couple of extra lines added on
to the bottom of the detail band. I've set all 'ShiftRelativeTo'. The only
way to avoid these extra unwanted lines was to manually set the bands height
before running the report (ppDetailBand.Height := 150)!
What is causing this?
I'm using Delphi 5 with all updates,
ReportBuilder 6.03 standard ,
Windows Y2K
Thanks,
Lars.
ppmemo, second a ppSubReport and third a ppDBMemo) doesn't seem to work
correctly! While running the report there's a couple of extra lines added on
to the bottom of the detail band. I've set all 'ShiftRelativeTo'. The only
way to avoid these extra unwanted lines was to manually set the bands height
before running the report (ppDetailBand.Height := 150)!
What is causing this?
I'm using Delphi 5 with all updates,
ReportBuilder 6.03 standard ,
Windows Y2K
Thanks,
Lars.
This discussion has been closed.
Comments
height. The detail band will usually flip to dynamic height when components
are set to strech or to shift relative to each other. You can also check if
the DBMemo has a bottom offset which will generate the extra whitespace in a
dynamically sized detail band.
--
Cheers,
Alexander Kramnik
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
subreport & dbmemo) can vary in height. No bottom offset are set.
Any more ideas?
Thanks,
Lars.
"Alexander Kramnik (Digital Metaphors)" wrote
support@digital-metaphors.com.
--
Cheers,
Alexander Kramnik
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
Thanks,
Lars.
"Alexander Kramnik (Digital Metaphors)" wrote
don't really have any time for creating such a project and since I've found
a work-around It's not that urgent.
Thanks,
Lars.