Crystal Reports vs Access Report Writer 
Author Message
 Crystal Reports vs Access Report Writer

Writing VB app to process large Access data files. Can anyone give me some
pros and cons re Crystal Reports vs Access Report writer. Thank you.



Sat, 02 Sep 2000 03:00:00 GMT  
 Crystal Reports vs Access Report Writer

Crystal reports look much nicer than Access.  Alot more detail.  Just my
opinion

Quote:

>Writing VB app to process large Access data files. Can anyone give me some
>pros and cons re Crystal Reports vs Access Report writer. Thank you.




Sun, 03 Sep 2000 03:00:00 GMT  
 Crystal Reports vs Access Report Writer

IMHO:

Crystal is much more powerful, but you pay for the power.
I wrote my first reports in Access and found it only mildly annoying.
Crystal Reports will take six months to a year to learn well, and will
be much more annoying.
If you need it done now, and don't already know crystal, use Access.
If you want maximum flexability, use crystal, but prepare for a
learning curve.

--
Harrison.

Remove NOJUNK from my email address to reply directly



Quote:
> Writing VB app to process large Access data files. Can anyone give me
some
> pros and cons re Crystal Reports vs Access Report writer. Thank you.




Sun, 03 Sep 2000 03:00:00 GMT  
 Crystal Reports vs Access Report Writer

On Wed, 18 Mar 1998 09:38:39 -0800, "Jeff Harrison"

Quote:

>If you want maximum flexability, use crystal, but prepare for a

Except for that {*filter*} "we ain't got no stinking parameter queries"
functionality.


Mon, 04 Sep 2000 03:00:00 GMT  
 Crystal Reports vs Access Report Writer

I've used crystal to send parameters to a stored proceedure
Big learning curve, but all in all, it's worth it


Quote:
> On Wed, 18 Mar 1998 09:38:39 -0800, "Jeff Harrison"

> >If you want maximum flexability, use crystal, but prepare for a

> Except for that {*filter*} "we ain't got no stinking parameter queries"
> functionality.



Mon, 04 Sep 2000 03:00:00 GMT  
 Crystal Reports vs Access Report Writer

The following comments are re. v. 4.6 as included with VB 5.0:

The CRW UI is pathetic (just one (of many) example: Where do you delete a
formula? From the insert formula choice, no doubt... One more: lots of very
cryptic toolbar icons, no ToolTips, but they do put a tooltip in the status
bar way at the bottom of the window. Sorry, one more: the report previewer
does not know about PgUp/PgDn to page up and down.)

Their "formula" with "powerful" variables is usable but bizarre and it'll
take some getting used to if you are coming from Access. Their OCX is also
kinda bizarre--for instance, they have a write-only property called Action
that is really a method. They expose a write only array that looks like a
collection, but isn't, for changing stored "formulas" that you write a new
formula as a string of the form "formula name= new value" to change a stored
(only) formula. The OCX has a neat capability to bind to a data
object--except there is no ready way to use a pre-existing report that was
not edited against this binding and there is no easy way to do that but
write fake code to popup a Crystal preview and then do a save as report and
then go out in the report editor and fix it. It exposes all kinds of printer
setup properties, but it isn't real obvious that it is possible (still
playing around with this) to tell it to print to an hDC returned from the
common dialog print control--seems that this would be a really obvious way
to do it so that (as I desire to do) one could popup the print common
dialog, let the user play, then pass the hDC from this to Crystal and skip
setting up the other Crystal parameters. It's not threaded, so you can't
thread what you are building it into.

I'm no Crystal expert (I've been playing with it for one day.) It appears
that it can do some neat things, but you'll grit your teeth much of the way.
Why I'm using it instead of Access: in my app, I wanted to "just print a
report" from another app but I did not want to expose any of Access to the
users. Read all of Ch 21 of ADH and it has lots of workarounds to mostly
hide Access from the user. Mostly wasn't good enough. I display the data in
a FlexGrid, but I didn't think the printer object was powerful enough (not
to mention lots of code required) nor did I want to hack with the GDI
directly (not to mention even more code required.) It appears that Crystal
will be an acceptable compromise.

D. Watson

Quote:

>Writing VB app to process large Access data files. Can anyone give me some
>pros and cons re Crystal Reports vs Access Report writer. Thank you.




Fri, 08 Sep 2000 03:00:00 GMT  
 Crystal Reports vs Access Report Writer

Access reports can run circles around crystal.  Each element of the report,as
in grooup footer group header, report header, footer etc, can have a code
module behind it reponding to a myriad of events.  The module can support
global counters, extrernal function calls, additonal record set operations,
and all sorts of sneaky stuff you can't even imagine in crystal.. Also Access
doesn't{*filter*}on queries with more than three levels of joins.

I have many times challenged fellow Crystal wizards to match what I can do in
Access, and have yet to have anyone even try.

If you want to seriously {*filter*}a Web server try Crystal Reports for the Web and
run any kind of serious report.  A moderately complex 30 page report can bring
an NT server to its knees, even with 96 mb of ram and less than 5 user
connections.

Also crystal 6.x seems to have serious problems coexisting with Office 97.
Tech support advises you must Unregister DAO 350 in order for it to work.

Quote:

> Crystal reports look much nicer than Access.  Alot more detail.  Just my
> opinion

> >Writing VB app to process large Access data files. Can anyone give me some
> >pros and cons re Crystal Reports vs Access Report writer. Thank you.




Sun, 17 Sep 2000 03:00:00 GMT  
 Crystal Reports vs Access Report Writer

Try ActiveReports from Data Dynamics http://www.datadynamics.com it is very
similar to Access report designer and it is fully integrated into VB.
Download an eval from the above web site.

Issam Elbaytam
Data Dynamics



Mon, 18 Sep 2000 03:00:00 GMT  
 Crystal Reports vs Access Report Writer

hey jeb,

        you vs. me.  code to code.  what do you say punk!

srubenst



Quote:
> <snip>
> I have many times challenged fellow Crystal wizards to match what I can
do in
> Access, and have yet to have anyone even try.

><snip>



Tue, 19 Sep 2000 03:00:00 GMT  
 
 [ 9 post ] 

 Relevant Pages 

1. Crystal Reports vs Access Reports

2. Access Report vs Crystal Report

3. Crystal Reports vs Access Reports

4. Active Reports, Crystal other Web report writers??

5. Creating customized reports using Crystal Report writer

6. Crystal Report 7 ActiveX (craxdrt.dll) vs Crystal Report Engine (CPEAUTO.dll)

7. Crystal Report Writer for Access 1.0/2.0

8. Crystal Reports vs VB reports in code

9. Crystal Report vs MS Data Report Designer

10. Active Reports Vs Crystal Report?

11. Active Reports vs Crystal Reports

12. Access vs. Crystal reports

 

 
Powered by phpBB® Forum Software