Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Bold groupRow caption in ReportControl
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Bold groupRow caption in ReportControl

 Post Reply Post Reply
Author
Message
larryp View Drop Down
Groupie
Groupie


Joined: 15 January 2005
Location: United States
Status: Offline
Points: 61
Post Options Post Options   Thanks (0) Thanks(0)   Quote larryp Quote  Post ReplyReply Direct Link To This Post Topic: Bold groupRow caption in ReportControl
    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
Back to Top
sserge View Drop Down
Moderator Group
Moderator Group


Joined: 01 December 2004
Status: Offline
Points: 1297
Post Options Post Options   Thanks (0) Thanks(0)   Quote sserge Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
larryp View Drop Down
Groupie
Groupie


Joined: 15 January 2005
Location: United States
Status: Offline
Points: 61
Post Options Post Options   Thanks (0) Thanks(0)   Quote larryp Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
sserge View Drop Down
Moderator Group
Moderator Group


Joined: 01 December 2004
Status: Offline
Points: 1297
Post Options Post Options   Thanks (0) Thanks(0)   Quote sserge Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.047 seconds.