Advance Visual Basic

Moderators: None (Apply to moderate this forum)
Number of threads: 827
Number of posts: 1731

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
PRINT ans PRODUCE REPORT Posted by yauchildchew on 16 Nov 2007 at 7:56 AM
I posted this in Beginner section but seem to have no answer...so,

I need to add a button to PRINT A REPORT.
The REPORT has preset texts and blanks to be filled up by VARIABLES's VALUES.
The REPORT is expected to be able to be saved in formats such as .doc or .pdf.


HOW TO DO THIS?

Please help. Thanks in advance.
Report
Re: PRINT ans PRODUCE REPORT Posted by HackmanC on 20 Nov 2007 at 12:26 AM
Use Crystal Reports in VB6 and .NET
http://www.businessobjects.com/products/reporting/crystalreports/interaction.asp

----
: I posted this in Beginner section but seem to have no answer...so,
:
: I need to add a button to PRINT A REPORT.
You can load a report writing a few lines of code, on the click event of a button.
: The REPORT has preset texts and blanks to be filled up by
: VARIABLES's VALUES.
You can pass values parameters and parameterized queries to the report. Can filter the data, and fill the blanks with values.
: The REPORT is expected to be able to be saved in formats such as
: .doc or .pdf.
Crystal can export rtf, pdf, html, etc. But I believe only from Crystal 10.0 and up can export to native Word and Excel. Even when RTF is recognized from Word, and is an acceptable option from most users.
:
: HOW TO DO THIS?
:
: Please help. Thanks in advance.
:

Good luck!
Hackman



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.