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

    Exporting reports from Crystal report to text mode

    Hi gurus,

    when I export my reports, which are made using
    crystal report 6, to text mode in order to get
    printing faster, the format of the report is
    disturbed. I have used VB6 as front end and Oracle
    8i as back end. Some columns of the report have
    'Can grow' upto 5 lines but when I export the report to text mode, only the first line of the column is exported, the remaining 4 lines are not exported. please help me out.

    shrikant
    [email protected]




  2. #2
    Join Date
    Jul 2001
    Posts
    13

    Re: Exporting reports from Crystal report to text mode

    Hi
    The export to textmode is not able to transfer all styles and formating you can use in your report.
    Try export to rtf-format, this is the format I use to archive and to print.


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