|
-
Nov 16th, 2007, 05:29 PM
#1
Thread Starter
New Member
VB6 and CrystalReports 8; Export Question.
Hello. I am working on a legacy VB6 app that uses CrystalReports 8 for reporting. This version of CR allows the user to Export to Adobe PDF. Works like a charm.
However, I want to automate the process (e.g. create the file in a pre-defined folder with a pre-defined filename). For some reason, PDF isn't an option with the PrintFileType property. Every other available export type is.
Has anyone experienced this too? Is there a work around? Googling didn't turn up much other than a reference to need to download a patch called scr8-pdfexportdriver.zip; of which I cannot locate.
I could kludge one with a free PDF writer, but I would really rather not unless I absolutely have to.
Thanks all for your help.
-
Nov 17th, 2007, 12:59 AM
#2
Re: VB6 and CrystalReports 8; Export Question.
Welcome to the Forums.
8.5 has the .ExportToDiskFile but not sure about 8.0.
Are you using the SetrExportType first before using the .Export method?
Thread Moved
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Nov 19th, 2007, 06:05 PM
#3
Thread Starter
New Member
Re: VB6 and CrystalReports 8; Export Question.
Thanks for your kind reply. I have access to 8.5, but this particular app is using 8.0 and AFAIK, I have to leave it that way.
I'm trying to set .PrintFileType as .ExportToDiskFile does not appear to be a property.
Any ideas would be great. Thanks.
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
|