I have a report with several subreports. Each subreport has it own jitPipeline. When debugging the breakpoint which are set in the ongetfieldvalue are not hit ? But they are still red not green or something like that.
Is this only a problem with the debugger or are you having trouble getting the proper data using the JITPipeline? Does the report generate successfully? Perhaps a bit more information about the problem and your application would help us understand it and find a quick solution for you.
i do not have any problem to get the correct data in the report. But sometimes the calculation which is done in the ongetfieldvalue event i want to debug. Although breakpoints are set the code does not stop there.
As Paul mentioned, the only time we have seen anything like this is when the incorrect source file is opened and Delphi tries to debug it anyway. Try creating a minimal example (Report, JITPipeline, button on an empty form) and see if you can recreate the issue. In my quick testing I am able to debug this event.
Comments
report.
Is this only a problem with the debugger or are you having trouble getting
the proper data using the JITPipeline? Does the report generate
successfully? Perhaps a bit more information about the problem and your
application would help us understand it and find a quick solution for you.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
i do not have any problem to get the correct data in the report. But
sometimes the calculation which is done in the ongetfieldvalue event i want
to debug. Although breakpoints are set the code does not stop there.
frank
not this is not the case ?
Frank
As Paul mentioned, the only time we have seen anything like this is when the
incorrect source file is opened and Delphi tries to debug it anyway. Try
creating a minimal example (Report, JITPipeline, button on an empty form)
and see if you can recreate the issue. In my quick testing I am able to
debug this event.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com