Jit pipeline
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?
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?
This discussion has been closed.
Comments
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
http://www.digital-metaphors.com
info@digital-metaphors.com