After print event
Hi all,
I'm writing a descendant of tppdbtext en I need an AfterPrint event. Is
there something like that in tppdbtext or which method do I have to
override?
Jos Aikema
Locus WMS
I'm writing a descendant of tppdbtext en I need an AfterPrint event. Is
there something like that in tppdbtext or which method do I have to
override?
Jos Aikema
Locus WMS
This discussion has been closed.
Comments
across page breaks when the band tries to generate when it can't fit on the
first of two pages.
At the dbText level, you should fire a new event for your class at the end
of the Generate method, I think this is what you want. This is a virtual
procedure, so you can override it to do this in your descendent to trigger a
new event.
What are you trying to do in this event?
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
On 5-Jun-2003, "Jim Bennett \(Digital Metaphors\)"