Print Page | Close Window

Bug: CXTPReportControl in a dialog

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=1016
Printed Date: 06 July 2025 at 2:40am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Bug: CXTPReportControl in a dialog
Posted By: Italo
Subject: Bug: CXTPReportControl in a dialog
Date Posted: 04 August 2004 at 8:53am

The report control does not handle the arrow keys in a dialog. The control seems to lose focus.

Thanks, Italo




Replies:
Posted By: Oleg
Date Posted: 10 August 2004 at 3:30am

override control, add message map, add ON_WM_GETDLGCODE() macro

add

UINT CReportControl::OnGetDlgCode()
{
 return DLGC_WANTARROWS;
}



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