Results 1 to 1 of 1

Thread: Crystal Report exports blank Word document

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2007
    Posts
    1

    Crystal Report exports blank Word document

    Hello,
    I hope someone here can help me with a problem. I'm using VB6 and Crystal Reports 8 and have had no problems generating a report and then exporting to a Word file. This still works fine on my local PC. However, all of a sudden it now no longer works on Windows Server 2003 (SP2) - the export window appears and then disappears suspiciously quickly, the file is generated but when opened it's blank.

    My export code is very simple:

    oReport.ExportOptions.FormatType = crEFTRichText
    oReport.ExportOptions.DestinationType = crEDTDiskFile
    oReport.ExportOptions.DiskFileName = sPath
    oReport.Export False
    MsgBox "File successfully exported.", vbInformation


    Any help would be greatly appreciated!
    Last edited by Rockford; Aug 31st, 2007 at 04:26 AM.

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