Print Page | Close Window

Report Control Problem

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=1068
Printed Date: 07 May 2024 at 7:05pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Report Control Problem
Posted By: Italo
Subject: Report Control Problem
Date Posted: 17 August 2004 at 4:44pm

I have an application with multiple frames (similar to the Advanced sample). The view in the mainframe has a CXTPReportControl. Everything works great until I move the mouse over the mainframe report control when a child frame is active. The mainframe becomes active; I’m not sure but I think the tooltip window of the report control is what’s causing the problem (it only happens when the mouse is move over a cell that displays a tooltil). Can this be fixed?

Thanks, Italo




Replies:
Posted By: Italo
Date Posted: 18 August 2004 at 9:30am

The problem can be fixed by changing the following line in XTPReportTip.cpp

    ShowWindow(bActive? SW_SHOWNA: SW_HIDE);

Change To

   ShowWindow(bActive? SW_SHOWNOACTIVATE: SW_HIDE);

Can this be fized at your end?



Posted By: Oleg
Date Posted: 19 August 2004 at 1:09am
Thank you. Fixed.

-------------
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