Making space disapper when marking a region not visible
Hello,
I have a report with several ppRichText boxes in it. I need to make one
of these invisible in certain circumstances. I have this box inside of a
ppRegion, which I mark visible := false if needed.
The problem is that when I make it invisible, it leaves a space between
the remaining richtext boxes. I have the band set to dynamic print height.
How can I make it invisible and close up that space?
Thanks,
Jason
--- posted by geoForum on http://delphi.newswhat.com
I have a report with several ppRichText boxes in it. I need to make one
of these invisible in certain circumstances. I have this box inside of a
ppRegion, which I mark visible := false if needed.
The problem is that when I make it invisible, it leaves a space between
the remaining richtext boxes. I have the band set to dynamic print height.
How can I make it invisible and close up that space?
Thanks,
Jason
--- posted by geoForum on http://delphi.newswhat.com
This discussion has been closed.
Comments
I'm a bit unclear about how your report is designed. I would recommend
placing all your richtext boxes inside one region which has its Stretch
property set to True. Then set each richtext component to ShiftRelativeTo
each and toggle the visibility of the actual richtext component as you need.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
That did it.
Thanks for your help!
--- posted by geoForum on http://delphi.newswhat.com