I have to made Invoice-Report which should contain (border) lines from the Header to the footer or on the last page to the Summary-Band. How can I do this with RB6 and RAP?
This demo is created with Delphi event handlers, but it could be converted to RAP by creating a pass through functions to get the Report.Engine.PrintPosRect visible in RAP and also the current page the the engine is generating. http://www.digital-metaphors.com/tips/DrawLineOnEachSide.zip
Another option is to use a rectangle shape in a PageStyle band which is visible for every page except on the last page in which you could use TppLine objects in the bands and set them to visible on the last page.
Comments
to RAP by creating a pass through functions to get the
Report.Engine.PrintPosRect visible in RAP and also the current page the the
engine is generating.
http://www.digital-metaphors.com/tips/DrawLineOnEachSide.zip
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
visible for every page except on the last page in which you could use
TppLine objects in the bands and set them to visible on the last page.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
Gruß aus den Bergen
Günter
such things!
Gruß aus den Bergen
Günter
command so you don't have to worry about freeing it.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com