|
-
Jan 4th, 2008, 11:35 PM
#1
Thread Starter
New Member
VB6+Crystal report EXPORT
I have two questions about the Crystal Report V8.5 professional with VB6
1. I can export a crystal report to a PDF format to Mail or file locally inside the development environment run time or complied executable. However, the 'Export Report' button just hasn't do anything although it can be clicked. (We execute the program under the Citrix terminal service environment and it has the CR V10. being installed)
2. How can I export to 10 seperated PDF files with per-defined file name inside VB6 using Crystal report components.
Thanks in advance
-
Jan 5th, 2008, 04:46 AM
#2
Re: VB6+Crystal report EXPORT
-
Jan 7th, 2008, 03:42 AM
#3
New Member
Re: VB6+Crystal report EXPORT
Would please tell me the sample code for exporting report data to PDF Document using cr 8.5, for describing your problem ???
-
Jan 7th, 2008, 03:45 AM
#4
Re: VB6+Crystal report EXPORT
Search this Reporting forum as there is code examples already posted.
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 
-
Jan 7th, 2008, 11:42 PM
#5
Thread Starter
New Member
Re: VB6+Crystal report EXPORT
I tried to install the VB6 in a machine which has CR10 installed. Afterward, I copy over all the files (VB6 project) from my old computer to the new machine. However, an error message prompt out 'Crviewer.dll' cannot be load and the control is no longer in the VB report preview form
Any idea or thing I need to do to migrate a VB6 project from CR8.5 to CR10?
Thanks
-
Jan 8th, 2008, 04:49 AM
#6
Re: VB6+Crystal report EXPORT
CR 9 and newer use Merge Modules so the dll dependancies are completely different. You need 8.5 if you dont want to upgrade your report pt file.
CR 8.5 and CR 10 are not compatible, bottom line. Use one or the other but not both.
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 
-
Jan 10th, 2008, 01:26 AM
#7
Thread Starter
New Member
Re: VB6+Crystal report EXPORT
 Originally Posted by RobDog888
CR 9 and newer use Merge Modules so the dll dependancies are completely different. You need 8.5 if you dont want to upgrade your report pt file.
CR 8.5 and CR 10 are not compatible, bottom line. Use one or the other but not both.
Thanks for your message.
Do I need to rewrite all the reports inside the VB6 project or can I export the CR report inside VB6 (or save it to .rpt) and copy to the new CR10 machine and import back to the VB6...
Please advise on the CR8.5 report migrate to CR10.0 inside VB6. Once migrated to CR10.0, I will giveup the old project and commence the modification on the new version with CR10.0
Many Thanks
-
Jan 10th, 2008, 02:57 AM
#8
Re: VB6+Crystal report EXPORT
I believe the VB code between the two CR versions is almost the same as there may be a few functions or properties that have changed or depreciated.
If you open the rpt file up in the newer CR version it will take care of things on that end for you.
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 
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
|