ppDBPipeline in DADE
Hi!
I don't know if that post was published before....sorry in front!
In DADE I want to set some events to ppDBPipeline component (coloring odd
recors with gray shape...ppDBPipeline1First and ppDBPipeline1Next) . How to
access ppDBPipeline and assign that two evenets to component?
Regards,
Damir
This discussion has been closed.
Comments
If you want to print every other line with a color, try placing a Shape in
the Detail band and implementing the Shap.OnPrint event:
Shape1.Visible := not(Shape1.Visible);
DADE is designed to support query building, query linking, and search
criteria. Once the result set is built, then the report, band, and report
component events are used to control the layout and format of the report.
--
Nard Moseley
Digital Metaphors
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
ppReport has no OnPrint events...???
What is right..ppReport or OnPrint of some other component?
THX!
Benjamin
in
odd
Please re-read my response. I suggested using the Shape.OnPrint event (not
Report).
From the Design workspace of the ReportDesigner, select the TppShape object
with the mouse. The Shape will become selected in the object inspector. Then
access the Event tab of the object inspector and implement the OnPrint.
You can also implement the Shape.OnPrint using the Calc workspace (i.e RAP)
included with RB Enterprise
--
Nard Moseley
Digital Metaphors
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Sorry for missunderstanding...now it is clear!
THX!
;-)
Benjamin