Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Tif Graphics - Continued

edited July 2003 in General
Now that I have the GraphicEx component registered, I am still getting an
access violation error when running a report with the db image report
component on the tif images.

What else should be done in the report ( Create or something else?
somewhere? )?

Thanks ahead of time.
Bill Brittain

Comments

  • edited July 2003
    Hi Bill,

    I tried registering GraphicEx with ReportBuilder and was unable to recreate
    the error. Please send an example demonstrating the problem to
    support@digital-metaphors.com and I'll take a closer look.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited July 2003
    Nico,

    This is what I did in the registration unit. Is this correct?
    Do I need to recompile the packages?


    unit ppTIF;

    interface

    {$I ppIfDef.pas}

    uses
    ppCtrls, GraphicEx;

    implementation

    {***************************************************************************
    ***
    *
    ** I N I T I A L I Z A T I O N / F I N A L I Z A T I O N
    *
    {***************************************************************************
    ***}

    initialization

    ppRegisterGraphicClass('TIF', TTIFFGraphic);

    finalization

    ppUnRegisterGraphicClass(TTIFFGraphic);

    end.
  • edited July 2003
    Nico, it will be very hard to break out what we are doing in our program.

    Can you send to me the example that you are testing with for the GraphicEx?

    That would give us an actual example to examine.

    Thank you.
    Bill Brittain


  • edited July 2003
    This message was addressed in a later post.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.