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

RB11: Baseform with JitPipeline X, inherited form where extra fields are added for JitPipeline X

edited October 2008 in General
Hello,

I have installed RB11 on Delphi 2006 (previous version 10.08)
and I have noticed 2 problems

1. raParser unit has been compiled with different version of
ppCharacter.ppByteLength
I removed the Reportbuilder\source of the Delphi library path
But then I can no longer debug Reportbuilder! Is there another solution ?

2. I have in an inherited form a JitPipeline.
On the end form I have added 2 fields to that pipeline.
On running i get an error with illegal pointer when destroying those 2
fields
When i want to change the program this 2 fields are added again in the DFM
and on running i get the error "Component Field X already exists"
I don't get it; Do you know a solution?

Comments

  • edited October 2008

    1. This has been resolved. Download and install the latest build from our
    server. Run the installation, this will uninstall the old build and install
    the new one.

    2. Do not use Datapipelines on base forms. Put the datapipeline on the
    descendant form only.


    --
    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.