OnBeforePrint

edited 10:26AM in FreeReport
Hi,

is there such an event in FreeReport 2.3.3???

I'd need it because I'm trying to set up a report that takes a JPG image from a RDBMS and print it.

The query is ok, but FR gives me an error, so I'm trying to do some preprocessing, i.e. fetching from db, transforming into bmp and then assigning the bmp to the picture.

Any ideaon a smarter way to do that in delphi 6 Ent?

THANKS

Comments

  • edited 10:26AM
    sandman42 wrote:
    Hi,

    is there such an event in FreeReport 2.3.3???

    I'd need it because I'm trying to set up a report that takes a JPG image from a RDBMS and print it.

    The query is ok, but FR gives me an error, so I'm trying to do some preprocessing, i.e. fetching from db, transforming into bmp and then assigning the bmp to the picture.

    Any ideaon a smarter way to do that in delphi 6 Ent?

    THANKS
    AFAIK, there is onRectEnter event.
    u can use this event.

    btw, the FR demos show enough techniques to do such things.. ;)

Leave a Comment