[SOLVED]: Change column caption when in group by ?
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=19239
Printed Date: 15 June 2025 at 4:04pm Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com
Topic: [SOLVED]: Change column caption when in group by ?
Posted By: mgampi
Subject: [SOLVED]: Change column caption when in group by ?
Date Posted: 28 November 2011 at 5:37pm
Hi;
How can I change a column caption from Icon to Text whenever the column is dragged to the "Group By" area and vice versa? The column - when shown in the report default area - is resizable, but no further caption is necessary, but when shown in "Group By" area I need it, because otherwise the bar representing the column is empty.
Any help is very welcome,
------------- Martin
Product: Xtreme Toolkit v 22.1.0, new Projects v 24.0.0 Platform: Windows 10 v 22H2 (64bit) Language: VC++ 2022
|
Replies:
Posted By: Willowmaster
Date Posted: 29 November 2011 at 5:17am
I think you need a groupcaption per ReportRecordItem.
------------- Product: Xtreme SuitePro (ActiveX) version 15.3.1
Platform: Windows XP (32bit) - SP 3 (on VMWare)
Language: Visual Basic 6.0
|
Posted By: mgampi
Date Posted: 29 November 2011 at 4:10pm
Hi;
I set this already but it does not work! Perhaps I didn't describe my problem good enough. Here's a screenshot for what I mean:

------------- Martin
Product: Xtreme Toolkit v 22.1.0, new Projects v 24.0.0 Platform: Windows 10 v 22H2 (64bit) Language: VC++ 2022
|
Posted By: mgampi
Date Posted: 29 November 2011 at 6:09pm
Ok;
Solved it by myself - XTP_NM_REPORT_GROUPORDERCHANGED did the trick!
------------- Martin
Product: Xtreme Toolkit v 22.1.0, new Projects v 24.0.0 Platform: Windows 10 v 22H2 (64bit) Language: VC++ 2022
|
|