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

Stack Overflow when opening the report designer

edited March 2009 in General
Hello,
I'm running out of rope on this one...
I get a stack overflow when opening the report designer. This started to
appear when we upgraded from v10.09 to v11.02. I rolled in v11.03 today and
it unfortunately does not fix the problem. So here is some more information:

It started of with an access violation happening if i call this code on the
TppDesigner components OnShow event:

if IsOffice11Bars then
TppThemeManager.SetCurrentTheme('Office2003')
else
TppThemeManager.SetCurrentTheme('Default');

Attached screenshot (RB Access Violation.jpg)

So i commented out this code and the behaviour is now that the designer
flashes into view then hides with a stack overflow message in debug mode
(outside debug it just kills the app). A screenshot is attached with some
stack information etc. (RB Stack Overflow.jpg) it appears to be a
ThemeChange message so i'm thinking Themes are central to this and the AV.

Trying to isolate the changes on our side, it does not happen if we keep the
datasets attached to the detail pipelines closed.
The fault happens on all machine we have tried, including XP64, XP32 and
Vista64.

I would really appreciate some help on this as it is burning us, we can't
use the report designer. To extract the error into a portable test app i
fear will be a painful task.
I am using Delphi 7.

Regards,
Gilbert

Comments

This discussion has been closed.