CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2010
    Posts
    1

    Group footer problem

    I have a problem. I have a group which is grouping by date along with other sub groups, one of which is currency code. I would like the group footer for date to repeat for every currency code sub group that was presented. Any ideas on how I could accomplish this?

  2. #2
    Join Date
    Jan 2007
    Posts
    55

    Re: Group footer problem

    Whatever you want to display in Group footer, put it in Sub Group footer.
    first sub group will finish execution then only group footer will be executed.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured