Do event-property's of a TppReport get ever overwritten by RAP-events?
Hi,
Do event-property's of a TppReport get ever overwritten by RAP-events?
Or do RAP-events ever overwrite handlers of a TppReport?
For example:
When I have the TppReport.OnStartPage assigned (runtime in the OnLoadEnd
of the Template) is it possible for RAP-code to ever change this (when
for example the Report.OnStartPage is RAP is also assigned)?
I have also used the example-code from AlignSummaryToBottom.zip in one
of my projects and then I runtime set the OnDrawCommandCreate-events for
every component (tppPrintable) on the summary-band. Is it possible that
I ever interfere with RB using the same events?
TIA,
Ronald
Do event-property's of a TppReport get ever overwritten by RAP-events?
Or do RAP-events ever overwrite handlers of a TppReport?
For example:
When I have the TppReport.OnStartPage assigned (runtime in the OnLoadEnd
of the Template) is it possible for RAP-code to ever change this (when
for example the Report.OnStartPage is RAP is also assigned)?
I have also used the example-code from AlignSummaryToBottom.zip in one
of my projects and then I runtime set the OnDrawCommandCreate-events for
every component (tppPrintable) on the summary-band. Is it possible that
I ever interfere with RB using the same events?
TIA,
Ronald
This discussion has been closed.
Comments
No, depending on which order they are defined in the RB source, both
versions of the event will be fired (typically the Delphi event first).
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com