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

Jit pipeline

edited July 2002 in General
I am using a JIT pipeline to traverse some data. I have a main report and a
sub report within it.

I have a list of master items which in turn have a list of detail items.
Each time the sub report needs to print I need to set a record count for a
seperate jit pipeline. The problem is that it never accepts what I set the
recordcount to. Whatever I set the initial count to is what the recordcount
stays at. How do I get round this. Setting the recordcount in the subreports
print event does not appear to work either.

I thought about initialising the second jit pipelines recordcount really
high but I then have to capture loads of exceptions which is less than
ideal.

Any ideas?

Comments

  • edited July 2002
    You can try calling CloseDataSet on the pipeline after setting the record
    count. Try debugging and checking the value of the record count after you
    set it to see if the actual value is being set and is simply not being used
    or if it isn't being set in the first place.

    --
    Cheers,

    Alexander Kramnik
    Digital Metaphors

This discussion has been closed.