Producing Reports with VB? 
Author Message
 Producing Reports with VB?

What are some of the best/recommeded ways to producing Reports with
VB.

Can you run  Access Reports through VB?
Is Crystal Reports writer the only choice?

Please Email any replys...thanks

I await any Reports!

Duane



Thu, 07 Jan 1999 03:00:00 GMT  
 Producing Reports with VB?

Quote:

> What are some of the best/recommeded ways to producing Reports with
> VB.

> Can you run  Access Reports through VB?
> Is Crystal Reports writer the only choice?

> Please Email any replys...thanks

> I await any Reports!

> Duane

Hi Duane,

I've experienced both VB-report, Crystal reports and reports directly to the printer-object
in VB (heavy coding needed).

My experiences:
                        MS-Access report   Crystal Report       Printer-object (VB)
----------------------------------------------------------------------------------------
Creating reports        Easy               Fair                 Difficult
Database-connect        Very easy          Fair                 via VB: Easy
Speed                   Good               Poor                 As for VB ("Very" Good)
Integration             Poor               Good                 Very good
Run-time files          To many files      CR-dlls/OCX/VBX      No files needed
                        needed (MSARN200)  needed
Macrofunctionality      Very Good          Poor                 VB-functions (Very Good)
----------------------------------------------------------------------------------------
If your reports isn't to advanced, I would recommend using the Printer-object instead of
using Crystal Reports. If you have "advanced" reports using graphics etc, you should
use Crystal Reports or MS-Access. If you use CR you still have to code forms for
report input-parameters (for SelectionFormula). If you use MS-Access, I will recommend that
you create a small Access-program that you execute through the AutoExec-macro. Then
you could start MS-Access (or MSARN200.EXE - Access free runtime version) with
a VB-SHELL-command.

My recommendation: Create your own function-library with functions for creating reports using
the Printer-object. It's the fastest and most integrated solution.

If MS could sell MS-Access report-generator as a separate product for VB (instead of CR), reporting
would have been much easier, dont you think?

Comments, anyone?

__________________________ ________________________________ ________________________
Frode Petter Gilberg          Visual C/C++, Visual Basic          Visual Software as

http://www.visual.no/frode ________________________________ ________________________



Sat, 09 Jan 1999 03:00:00 GMT  
 Producing Reports with VB?


[Snip, Snip, Snip]

Quote:
> If MS could sell MS-Access report-generator as a separate product for VB

(instead of CR), reporting

Quote:
> would have been much easier, dont you think?

That's a big 10-4.  I haven't tried OLEing an Access95 report into a VB4
app yet.  This may help
minimize this type of issue.  I would much rather create an Access report
than a Crystal Reports version.

IMHO...

Randy Gritton

--
"The spell checker keeps changing my name to 'Butthead'!"  
   -- The Better Half 9/26/95



Sun, 10 Jan 1999 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Producing Reports in VB?

2. Crystal reports produces different result in VB than in CR developer

3. Adding tables to Report in Crystal Reports 6 produces unexpected results

4. Need a macros to produce vacation report

5. Question: Producing reports throught Word/other OCX.

6. Please help a newbie produce a report!

7. Producing Graphical Reports using VB6

8. Creating VB Scripts to Produce Autmomated GIF files

9. Automating Mail Merge with VB.Net and Office XP and Office 2000 produces mixed results

10. Produce sound files in VB program

11. RTF files : Producing from VB

12. Producing GIF in VB

 

 
Powered by phpBB® Forum Software