CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 1999
    Location
    Athens, Hellas
    Posts
    769

    Grouping and Sub-Grouping in Data Reports

    How can I achieve having one group and inside this, another sub-group information in data reports?

    Michael Vlastos
    Automation Engineer
    Company SouthGate Hellas SA
    Development Department
    Athens, Greece

  2. #2
    Join Date
    Dec 1999
    Location
    Slovakia
    Posts
    26

    Re: Grouping and Sub-Grouping in Data Reports

    Just simply insert next group inside existing one. If you have trouble with it You will see sample called prjNwind where you can find functional group inside group.

    [ufo]

  3. #3
    Join Date
    Jul 1999
    Location
    Athens, Hellas
    Posts
    769

    Re: Grouping and Sub-Grouping in Data Reports

    It doesn't work! It fires with message: 'Report sections do not match current data source'...
    I cannot insert another group...
    I tried it to a lot of projects following exactly the steps of MSDN!!!

    Michael Vlastos
    Automation Engineer
    Company SouthGate Hellas SA
    Development Department
    Athens, Greece

  4. #4
    Join Date
    Jul 1999
    Location
    Athens, Hellas
    Posts
    769

    I forgot to tell you...

    ...that I use only 1 table. That means that I achieved the first grouping by going to the properties page of the command and choosing the grouping field(s) on the grouping tab.
    It works till now.
    The problem is how can I add another one group inside the first one. If I try to, by right click and insert new group header/footer it fires!!!
    Has anyone faced the problem before???

    Michael Vlastos
    Automation Engineer
    Company SouthGate Hellas SA
    Development Department
    Athens, Greece

  5. #5
    Join Date
    Dec 1999
    Location
    MD, USA
    Posts
    34

    Re: Grouping and Sub-Grouping in Data Reports

    I have been working on this too. But no success yet. I get the same error message as you do, when I manually insert a sub group. Please let me know if get any solution to this problem.


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