Home Component Writing

After print event

edited June 2003 in Component Writing
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

Comments

  • edited June 2003
    There is the AfterPrint events on the band. These fires more than once
    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


  • edited June 2003

    On 5-Jun-2003, "Jim Bennett \(Digital Metaphors\)"
This discussion has been closed.