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

    Exporting a Data Report

    If you try to export a data report to a txt file, you will see, when you open the txt, that it 'throws' the data of the same line to a line below, or above and generally it destroys the 'look' of the report. So if you try to import the txt to excel you have to manually set the data to the right position.
    Is is one more bug of data reports, or is it a problem of txt files?
    Did you have any previous experience? If not try the sample program that comes with msdn: prjNwind
    Is there any solution or suggestion?

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

  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Exporting a Data Report

    funny, I just tried to export a data report in text format from 2 different projects and could NOT find any erroneous entries in the resulting text file.
    I do not have access to the sample project you mentioned, though.


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

    Re: Exporting a Data Report

    Seems to have a problem with my PC??? I use Windows 2000 by the way...
    The sample program prjNWind is inside MSDN.

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

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