Printing different flavour of detail bands-basic question
Hi,
Printing a failry basic report, one row in a tbale = one detail band. Now
want to introduce different flavoured rows, the first(original) reuires one
line and second flavour requires two lines with additional data items.
What is easiest way of achieving this .
Cheers
Tony Peppercorn
Printing a failry basic report, one row in a tbale = one detail band. Now
want to introduce different flavoured rows, the first(original) reuires one
line and second flavour requires two lines with additional data items.
What is easiest way of achieving this .
Cheers
Tony Peppercorn
This discussion has been closed.
Comments
to a TPanel, because it "parents" the controls in it. Place the different
controls for each flavor in the separate regions. Then control them by
setting the region's visibility in the Detailband.BeforePrint event. (Be
sure to reset them to visible false/true in the 'else' of the 'if then'
statement). To make sure the components are parented by the region, drag the
region araound in the designer- the components should move with it. To place
a component in a region, just drag the component into the region's boxed
area.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
Regards
Tony