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

Groupby problem

 Post Reply Post Reply
Author
Message
brucerain View Drop Down
Newbie
Newbie


Joined: 13 March 2007
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote brucerain Quote  Post ReplyReply Direct Link To This Post Topic: Groupby problem
    Posted: 06 September 2007 at 8:55am
I have two questions about groupby:

1. How to cancel group by calling API, not to by draging  all the columns from the groupby area?

2. Is there event to indicate that column is draged in or out from goupby box?

Thanks!
 
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: 23 September 2007 at 5:31pm
1)
a) Set ShowGroupBox property to FALSE

b) when adding columns, set theirs property Groupable to FALSE;

c) to reset call GroupsOrder->DeleteAll();


2) ColumnChanged event will be fired.


--
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.172 seconds.