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

How to: make a jit pipeline empty

edited November 2003 in General
Dear Group,

I want to reuse my JITpipeline. I fill it and if the chooses another radio
button I want to reorder my report and rebuild the jitpipeline. But if I do
so now, the pipeline isn't empty, does anybody know how to make the pipe
empty without destroying and re-create the complete object?

Thanks for help!

regards,
Hans van Dalen

Comments

  • edited November 2003
    Hi Hans,

    Calling the TppJITPipeline.FreeFields method will remove all current fields
    associatied with a JITPipeline however the JITPipeline will cache it's data
    so even though no fields will show up, it may still act like data still
    exists. In this case you will have to free, then recreate your pipelines as
    you need them.

    --
    Best Regards,

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