Print Page | Close Window

Report Control OnSize - Stack Overflow

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Report Control
Forum Description: Topics Related to Codejock Report Control
URL: http://forum.codejock.com/forum_posts.asp?TID=12336
Printed Date: 16 May 2024 at 6:40am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Report Control OnSize - Stack Overflow
Posted By: zitz
Subject: Report Control OnSize - Stack Overflow
Date Posted: 05 October 2008 at 6:10am
uploads/20081005_060740_ReportOnSize.zip - uploads/20081005_060740_ReportOnSize.zip
Xtreme ToolkitPro v11.2.0

how to fix?



Replies:
Posted By: Oleg
Date Posted: 06 October 2008 at 2:44am

Hi,

Thanks,  Please as workaround comment

//m_wndReport.GetReportHeader()->SetAutoColumnSizing( FALSE );
line.
 


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: zitz
Date Posted: 06 October 2008 at 3:03pm
ReportOnSize.zip is short example to show problem.

My workaround is ( i need AutoColumnSizing = FALSE ):

void XXXReportControl::AdjustScrollBars()
{
    // фиским багу в кодеджоке - переполнение стека
    if ( m_bOnSizeRunning ) m_nAdjustScrollBars++;
    if ( m_nAdjustScrollBars < 6 )
    {
        CXTPReportControl::AdjustScrollBars();
    }
}

void XXXReportControl::OnSize( UINT nType, int cx, int cy )
{
    if ( m_bOnSizeRunning == FALSE )
    {
        CXTPReportControl::OnSize( nType, cx, cy );
        m_nAdjustScrollBars = 0;
    }
}



Posted By: zitz
Date Posted: 06 October 2008 at 3:26pm
Oleg, how can i send private messages to you? Where is PM button?


Posted By: SuperMario
Date Posted: 07 October 2008 at 8:56am
Originally posted by zitz zitz wrote:

Oleg, how can i send private messages to you? Where is PM button?


You can't PM.  You can send and email to support@codejock.com instead.


Posted By: Oleg
Date Posted: 07 October 2008 at 9:56am
Yes, we also changed our sources to prevent it for future.
Thanks!


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net