|
-
Sep 30th, 2004, 01:56 AM
#1
Thread Starter
Addicted Member
Crystal Report and Excel
Can I integrate my reports with crystal report with excel to transfer data from the report to an excel file? Is this possible? Thanks. Thanks a lot
C++ Programming is overwhelming.
Dont let it overwhelm you or you'll fall into the oblivion of its perfection
-
Oct 1st, 2004, 11:49 AM
#2
Hi
Yes you can 'Export' your report to excel, word, pdf, etc...
regards
Jorge
"The dark side clouds everything. Impossible to see the future is."
-
Oct 2nd, 2004, 09:44 PM
#3
Thread Starter
Addicted Member
thanks..... how? is this a complicated process?
C++ Programming is overwhelming.
Dont let it overwhelm you or you'll fall into the oblivion of its perfection
-
Oct 3rd, 2004, 03:25 PM
#4
Not at all if your vb program is using the Crystal Reports Viewer
control. It has an Export button on it, which all you need to do is
click it and choose the destination path and format. How are you
displaying the report now (if you are or direct printing)?
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 
-
Oct 8th, 2004, 12:26 AM
#5
Thread Starter
Addicted Member
im having problems exporting with excel using that export button... well thanks anyway... im displaying it as a report and print it afterwards
C++ Programming is overwhelming.
Dont let it overwhelm you or you'll fall into the oblivion of its perfection
-
Oct 8th, 2004, 12:32 AM
#6
If you have the Developer version of CR there is a hellp file called
runtime.hlp. It will tell you what CR dll files are required for each
control used and for certain types of functions. There are allot of
them.
Are you getting error message or ???
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 
-
Oct 9th, 2004, 10:35 AM
#7
Thread Starter
Addicted Member
no im not getting an error message, sometimes its successful, somestimes its not. if it is successful then there will appear a progress dialog. then the excel file created will have a file size which is greater than zero of course. If it is not successful then no progress dialog appears and the file size of the created excel file is 0..
its like it having a successful excel file is randomed. i dont know, im just assuming, Even if i try exporting it in any excel format like 5.0, 2.0, 5.0 extended... thanks
C++ Programming is overwhelming.
Dont let it overwhelm you or you'll fall into the oblivion of its perfection
-
Oct 9th, 2004, 11:26 AM
#8
Yes, I have seen that. I believe it happens when there are missing
dependent dlls for CR. Not top level that will cause your report
creation to error, but exporting dlls. This is why I suggested the
runtime.help file. There is a different dll for each type of export
format.
Export a CR Report Dlls:- U2DDISK.DLL - Dependency for file to disk export.
- U2FXLS.DLL - Dependency for Microsoft Excel format.
Also, is Excel running before you test? Not that it should
matter, but just curious.
HTH
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 2nd, 2004, 11:55 PM
#9
Thread Starter
Addicted Member
thanks... it took me some time to reply coz im bz. but thanks.. the dll files are already included when you create a package for the project, ryt? but still the same results are happening.
thanks.. im really not sure what is happening.. but thanks for your help. maybe you could help me again this time. thanks.
thanks a lot..
C++ Programming is overwhelming.
Dont let it overwhelm you or you'll fall into the oblivion of its perfection
-
Nov 4th, 2004, 09:40 PM
#10
No the dll files are not included when you create a package. You
need to add them using the additional files button.
Use the runtime.hlp help file to determine the files needed for
your app. Then add them in the package or copy them over after
the install.
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
|