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

Stack Overflow Exception

edited June 2005 in General
Hi

I have a report that appears to generate OK with the correct number of pages, but when I navigate to a particular section, a Stack Overflow exception is raised. I cannot step into the code for some reason, and cannot trace the reason for this. If I make the subreport invisible, the report is fine. Can you suggest a way of stepping through the code when the report is navigated, to find the point that the exception is raised? Which events are triggered during report navigation that are not triggered when the report is generated? I'm sure there is a very simple explanation, but I'm pulling my hair out trying to figure it out.

D7pro RBPro9.02

Cheers

Will Dutson
Blue Sheep

Comments

  • edited June 2005
    Hi Will,

    Try changing your library path from \RBuilder\Lib to \RBuilder\Souce. This
    should then let you step into the RB code and see where the problem is
    occuring if your debugger is set to stop on exceptions. Also, if you would
    like, feel free to send us a small example demonstrating the issue in .zip
    format to support@digital-metaphors.com and I can take a look at it for you.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited June 2005
    Hi Nico

    I seem to have sorted the issue by deleting the subreports involved and rewriting them.

    I'll change the library path as you suggested next time I need to step into the code.

    Many thanks

    Will
This discussion has been closed.