Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Report Control
  New Posts New Posts RSS Feed - Edit the Headline-Control
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Edit the Headline-Control

 Post Reply Post Reply
Author
Message
FSauer View Drop Down
Groupie
Groupie
Avatar

Joined: 10 May 2006
Location: Germany
Status: Offline
Points: 96
Post Options Post Options   Thanks (0) Thanks(0)   Quote FSauer Quote  Post ReplyReply Direct Link To This Post Topic: Edit the Headline-Control
    Posted: 22 February 2007 at 4:06am

Hey.

Is it possible to edit the Header-Control that i can use a ComboBox within the HeadLine? This ComboBox should contain for example all Items of the column. This ComboBox would be use to filter my ReportControl. Below is an example-picture:

 
For any help i will really enjoy.
 
Regards
Fabian
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: 27 February 2007 at 11:37am
I think you have to create derived  class from CXTPReportHeader and use CXTPReportControl::SetReportHeader() to set your header object.

--
WBR,
Serge
Back to Top
markr View Drop Down
Senior Member
Senior Member


Joined: 01 August 2004
Status: Offline
Points: 442
Post Options Post Options   Thanks (0) Thanks(0)   Quote markr Quote  Post ReplyReply Direct Link To This Post Posted: 08 August 2007 at 10:29am
Is there any plan to include this type of functionality as part of the core XTP Report Control? I think this would be extremely valuable.

Back to Top
markr View Drop Down
Senior Member
Senior Member


Joined: 01 August 2004
Status: Offline
Points: 442
Post Options Post Options   Thanks (0) Thanks(0)   Quote markr Quote  Post ReplyReply Direct Link To This Post Posted: 14 August 2007 at 11:42am
This thread seems to be getting a lot of views. Would it be possible to have a Codejock Software representative let us know if this feature is going to be included in a future release?

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: 14 August 2007 at 5:17pm
Hi all,

We are adding Header/Footer rows feature in the next version.

It will be possible to create filters like in the Excel.
See a picture below for an example:



--
WBR,
Serge
 
Back to Top
znakeeye View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 July 2006
Status: Offline
Points: 1672
Post Options Post Options   Thanks (0) Thanks(0)   Quote znakeeye Quote  Post ReplyReply Direct Link To This Post Posted: 28 February 2008 at 10:55am
Next version = ?
 
I really need this -- today! Worst case tomorrow :P
Back to Top
mgampi View Drop Down
Senior Member
Senior Member
Avatar

Joined: 14 July 2003
Status: Offline
Points: 1198
Post Options Post Options   Thanks (0) Thanks(0)   Quote mgampi Quote  Post ReplyReply Direct Link To This Post Posted: 28 February 2008 at 4:46pm
Hi;
 
This is allready included in the 11.2 release!
I used it multiple times, but the combo list has to be filled by ourselves!
 
Martin

Product: Xtreme Toolkit v 19.0.0, new Projects v 19.1.0
Platform: Windows 10 v 1909 (64bit)
Language: VC++ 2017
Back to Top
znakeeye View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 July 2006
Status: Offline
Points: 1672
Post Options Post Options   Thanks (0) Thanks(0)   Quote znakeeye Quote  Post ReplyReply Direct Link To This Post Posted: 29 February 2008 at 2:47am
Yes, but how do you get the combo box to be shown all the time - just in Excel? AddComboButton does not do the trick!
 
So far I have managed to get those header rows:
CFilterRecord *pFilterRecord = new CFilterRecord(...);
GetHeaderRecords()->Add(pFilterRecord);
ShowHeaderRows(TRUE);
 
Now what? How do I get that "Task filter list"-look above? It seems impossible :(
Back to Top
mgampi View Drop Down
Senior Member
Senior Member
Avatar

Joined: 14 July 2003
Status: Offline
Points: 1198
Post Options Post Options   Thanks (0) Thanks(0)   Quote mgampi Quote  Post ReplyReply Direct Link To This Post Posted: 29 February 2008 at 3:37am
Hi;
 
I did it with CXTPReportRecordItem::GetEditOptions().AddComboButton() combined with my own drawing function of the item to show the button always - not only when it has the focus. If you only require different colors/drawing then try to solve it with CXTPReportRecord::GetItemMetrics().
 
Hope this helps...
Martin

Product: Xtreme Toolkit v 19.0.0, new Projects v 19.1.0
Platform: Windows 10 v 1909 (64bit)
Language: VC++ 2017
Back to Top
znakeeye View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 July 2006
Status: Offline
Points: 1672
Post Options Post Options   Thanks (0) Thanks(0)   Quote znakeeye Quote  Post ReplyReply Direct Link To This Post Posted: 29 February 2008 at 4:03am
Thanks, I'll try that.
Back to Top
znakeeye View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 July 2006
Status: Offline
Points: 1672
Post Options Post Options   Thanks (0) Thanks(0)   Quote znakeeye Quote  Post ReplyReply Direct Link To This Post Posted: 29 February 2008 at 7:05am

Btw, how do you draw your combo box when not in edit-mode? Do you show the button or do you simply draw the dropdown-arrow to the right?

How do you do it?
Back to Top
mgampi View Drop Down
Senior Member
Senior Member
Avatar

Joined: 14 July 2003
Status: Offline
Points: 1198
Post Options Post Options   Thanks (0) Thanks(0)   Quote mgampi Quote  Post ReplyReply Direct Link To This Post Posted: 29 February 2008 at 7:45am
Hi;
 
in my case, I only draw the drop-down arrow at the right side.
Martin

Product: Xtreme Toolkit v 19.0.0, new Projects v 19.1.0
Platform: Windows 10 v 1909 (64bit)
Language: VC++ 2017
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.137 seconds.