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

    Grouping Information on Data Reports

    Can anyone tell me why there is a function on data reports which doesn't work???
    I cannot understand it's existence!!!
    You can make by your own a self-test:
    Create a simple data report (using dataenvironment). Set the data report's datamember property to the command that you have specified on the dataenvironment and then right click on the report and select 'Retrieve Structure'. Then drag & drop all the desired fields on the report. This work well!!!
    But the following doesn't:
    If you try to right click on the report and select: 'Insert Group Header', then you will get a message: "Data report sections do not match with data source" when you run the program.
    Only if you remove this group header the program will work again...
    And I am asking, where is based the existence of 'Insert Group Header' while it doesn't work???

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

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

    Re: Grouping Information on Data Reports

    sorry, unfortunatelly DataReport is really bug itself. This is why we use CrystalReport instead.


    [ufo]

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