Home Datapipelines

DefineField error with RB 12.01

edited June 2010 in Datapipelines
Hi

I am using Delphi2007. I had written a component to pipe data from a
QuantumGrid to Report Builder. It was working in Rb 9 and 10. But When I
installed RB 12.01, the fields are missing in the designer in runtime.
I can select the pipeline, but it has no fields. I debugged my code, it
is adding the fields with defineField. Has the order of loading thing
etc have changed?

Any ideas where to look for?

Best regards
Bora Aydemir

Comments

  • edited June 2010
    Digging further into the problem, I found a property FAutoCreateFields
    and when I set it to false, the problem is solved. Is this the right
    approach?

    29/06/2010 12:51, Bora Aydemir yazmis:
  • edited June 2010
    Yes, when manually defining the fields you should also set FAutoCreateFields
    to false.


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



    Best regards,

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