|
-
Aug 31st, 2007, 04:17 AM
#1
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|