472,779 Members | 1,935 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,779 software developers and data experts.

Suggest a reporting tool?

Hi all,
I am hoping someone can suggest a reporting tool that I can use
with my program. Currently, I am using Crystal Reports. I use the
reports strictly as a container that I dump data into. It does not
connect directly to any data source. For each element of data that I
am passing in, there is a corresponding formula field with the same
element name. Thus I have a variable called "A1a" that has a value of
"3", my program pushes into the Crystal Report to the formula {@A1a}
the value of "3". Then, based upon that, I may have statements print
out or simply make specified shadow boxes visible or suppress them.
For the most part, this works really well. The problem comes with our
flagship report, which has close to 2000 formula fields in Crystal and
close to 8000 elements in the report that are based on the 2000
formula fields. It will display the report fine, but crashes if you
try to export to another format such as Word or Adobe (the two needed
ones for me). I sent the report to Seagate and it crashed their
systems as well. They said it is to much to export. That leads me to
the question: Does anyone know of a report tool taht can do what I
need?

Dave
Jul 17 '05 #1
2 6669
You might want to look at Active Reports... by Data Dynamics
www.datadynamics.com

Product link is: http://www.datadynamics.com/Products...roductTOC.aspx

It's reviewed here:
http://www.avdf.com/june98/art_r002.html
http://www.vbxtras.com/products/activereports.asp

internally, this one uses a dynamic approach to exporting which is limited
only by system resources and not finite datatypes...I think it's a good
alternative.
--
Stéphane Richard
Senior Software and Technology Supervisor
http://www.totalweb-inc.com
For all your hosting and related needs
"David" <dh*******@chestnut.org> wrote in message
news:83*************************@posting.google.co m...
Hi all,
I am hoping someone can suggest a reporting tool that I can use
with my program. Currently, I am using Crystal Reports. I use the
reports strictly as a container that I dump data into. It does not
connect directly to any data source. For each element of data that I
am passing in, there is a corresponding formula field with the same
element name. Thus I have a variable called "A1a" that has a value of
"3", my program pushes into the Crystal Report to the formula {@A1a}
the value of "3". Then, based upon that, I may have statements print
out or simply make specified shadow boxes visible or suppress them.
For the most part, this works really well. The problem comes with our
flagship report, which has close to 2000 formula fields in Crystal and
close to 8000 elements in the report that are based on the 2000
formula fields. It will display the report fine, but crashes if you
try to export to another format such as Word or Adobe (the two needed
ones for me). I sent the report to Seagate and it crashed their
systems as well. They said it is to much to export. That leads me to
the question: Does anyone know of a report tool taht can do what I
need?

Dave

Jul 17 '05 #2
I second Stephane's recommendation. I have been using Active Reports for 4 years
or so, in various in-house engineering applications, with multiple users around
the country. I have thrown all kinds of things at it: run it with databases, run
it with on-the-fly recordsets, run it totally unbound with tricky formatting
event handlers and what not. One report uses the canvas feature to generate 5
other reports and combine their pages into one big report. It can export PDF,
RTF, and comma-separated text (readable by Excel). Works everytime.

"Stephane Richard" <st**************@verizon.net> wrote in message
news:Z_***************@nwrdny02.gnilink.net...
You might want to look at Active Reports... by Data Dynamics
www.datadynamics.com

Product link is: http://www.datadynamics.com/Products...roductTOC.aspx

It's reviewed here:
http://www.avdf.com/june98/art_r002.html
http://www.vbxtras.com/products/activereports.asp

internally, this one uses a dynamic approach to exporting which is limited
only by system resources and not finite datatypes...I think it's a good
alternative.
--
Stéphane Richard
Senior Software and Technology Supervisor
http://www.totalweb-inc.com
For all your hosting and related needs
"David" <dh*******@chestnut.org> wrote in message
news:83*************************@posting.google.co m...
Hi all,
I am hoping someone can suggest a reporting tool that I can use
with my program. Currently, I am using Crystal Reports. I use the
reports strictly as a container that I dump data into. It does not
connect directly to any data source. For each element of data that I
am passing in, there is a corresponding formula field with the same
element name. Thus I have a variable called "A1a" that has a value of
"3", my program pushes into the Crystal Report to the formula {@A1a}
the value of "3". Then, based upon that, I may have statements print
out or simply make specified shadow boxes visible or suppress them.
For the most part, this works really well. The problem comes with our
flagship report, which has close to 2000 formula fields in Crystal and
close to 8000 elements in the report that are based on the 2000
formula fields. It will display the report fine, but crashes if you
try to export to another format such as Word or Adobe (the two needed
ones for me). I sent the report to Seagate and it crashed their
systems as well. They said it is to much to export. That leads me to
the question: Does anyone know of a report tool taht can do what I
need?

Dave


Jul 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Alex | last post by:
Subject: Looking for an XML (database-based) Query Reporting Tool/advice First off, let me apologize if this thread is somewhat off topic... PLEASE REPLY TO: xml@solex-bi.com I am looking...
3
by: jez123456 | last post by:
Hi My users, use ms access for querying and reporting on a backend database, however they need to replace ms access with a new reporting tool. I’m thinking of developing my own reporting...
8
by: Woody Splawn | last post by:
I am asking this question here because I asked this question in the Reporting Services Newsgroup and did not get an answer. Does anyone know if Reporting Services is intended to work in a...
6
by: Bob | last post by:
I want to dump Crystal, one of the many reasons being that it requires a client-side installation. I'm looking for a reporting package that integrates into DotNet yet has absolutely no COM in it,...
5
by: John | last post by:
Hi How do .net reporting tools (including in vs2005) compare to reporting in ms access? I am moving over from access and hoping that all my reporting needs will be fulfilled. Thanks Regards
1
by: John | last post by:
Hi vs2005 rc/sql server 2005 sep ctp. In vs 2005 when I try to add an item there are two icons 'report' and 'crystal report'. What is the difference between these two and sql server reporting?...
1
by: Mathieu [Marti-IT] | last post by:
Hi all, in creating a C# Windows Forms library to create professional applications with. In searching for a good reporting tool to create and distribute my applications reports with. Does anyone...
0
by: itsraghz | last post by:
Hello people, My present project need is to have an Open Source Java based reporting tool, which would allow the users to customize the fields to be chosen at runtime. The chosen fields are used...
2
by: tim007 | last post by:
Hi all, Can anyone suggest a Opensource Reporting tool like Crystal report. thanks Regards tim
3
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: lllomh | last post by:
How does React native implement an English player?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.