Print Page | Close Window

Bold groupRow caption in ReportControl

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=2441
Printed Date: 08 November 2025 at 9:01pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Bold groupRow caption in ReportControl
Posted By: larryp
Subject: Bold groupRow caption in ReportControl
Date Posted: 23 June 2005 at 12:57pm
What is the best way to get the GroupRow Caption to display in BOLD like Outlook 2003 does?  Is there a flag to set or a command to call to achieve this or do I have to override DrawGroupRow?

Larry



Replies:
Posted By: sserge
Date Posted: 24 June 2005 at 7:45am
Larry,

Inside DrawGroupRow just change:


     CXTPFontDC font(pDC, &m_fontText);


to


     CXTPFontDC font(pDC, &m_fontBoldText);



--
WBR,
Serge


Posted By: larryp
Date Posted: 24 June 2005 at 8:22am
Can this option be added to the next version?  A function call to turn bold on/off would be really nice.

Thanks,

Larry


Posted By: sserge
Date Posted: 20 August 2005 at 2:07pm
Hi Larry,

We've implemented this for the next version, added GroupRowsBold option.

There will be also a possibility to customize other drawing metrics using GetItemMetrics()

--
WBR,
Serge



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