Report Look
Hello !
Is there a way to print a report with the Ledger look, meaning you have
alternate white and green colors in the layout.
Is there a way to print a report with the Ledger look, meaning you have
alternate white and green colors in the layout.
This discussion has been closed.
Comments
- Place a Shape in the detail band, set ParentWidth and ParentHeight to true
and SendToBack.
- For the Shape.OnPrint event code
myShape.Visible := not(myShape.Visible);
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com