Is it possible to use the ppDesigner with a Report that uses a JIT pipeline? I am getting error messages when I hook my JIT report to a ppDesigner and then attempt to preview the data in Designer. (the JIT recordindex is not getting a value)
I guess you are using the designer on design time, you can't do that, because no code from your actual application is executed at that time and therefore the JIT isn't functional.
> Use a runtime designer. I am. I create a string list which I use to populate the JIT. When do this and use 'ppreport1.print' it works fine. When I replace ppreport1.print with ppdesigner1.show, and then try to open it in preview mode I get an AV.
I have no problems using a JIT pipeline in the designer. Do you have problems with the JIT demos from ReportBuilder? If the problem is recreatable then send a small demo to support@digital-metaphors.com
Comments
pipeline?
Yes.
I guess you are using the designer on design time, you can't do that,
because no code from your actual application is executed at that time and
therefore the JIT isn't functional.
Use a runtime designer.
regards,
Chris Ueberall;
I am.
I create a string list which I use to populate the JIT.
When do this and use 'ppreport1.print' it works fine.
When I replace ppreport1.print with ppdesigner1.show, and then try to open
it in preview mode I get an AV.
G
I have no problems using a JIT pipeline in the designer.
Do you have problems with the JIT demos from ReportBuilder?
If the problem is recreatable then send a small demo to
support@digital-metaphors.com
regards,
Chris Ueberall;