473,395 Members | 1,401 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

Need pre-built report administration application

Hello All,

I'm nearing the end of my current project and the users came up with 2 more requests. I'll talk about the first one in this message.

I've developed (with much help from this group) a vb.net app and is being put into the users hands this week. I am using Crystal Report X to
produce reports. The users now, rather than printing, want them emailed and produced in .pdf format also. So rather than me re-inventing
the wheel, I'm asking if anyone knows of a "Report Administration" class that I can with little work integrate into my vb.net 2005
application. Perferably free with source code. I'm sure someone has done this before.

The way I'm thinking about it is:

The CR report files would be placed in one folder. The app would then have the ability to add the report to a DB (used loosely - could be
xml, txt file, etc.) with all the default parameters to schedule and run the app. Doesn't really have to have scheduling function, but it
would be nice.

The DB would contain info and parameters including:

Report Number
Report Title
Report Description
Checkbox Output Options: Print, PDF, Email
PDF Filename Template
Email Message Subject
Email Message Body
Email To list (linked to Outlook Address Book?)
Last Run Date
Param1
Param2
Param3
etc.
Scheduling method
If anyone has developed something like this or knows where to find one please let me know.

Thanks,

Hexman
Nov 28 '06 #1
2 1464
Let me see if I have this clear:
The application, which the user will be using, generates a report.

The user then wants to be able to email it in pdf format to someone else?
If that's the case, Crystal will save a report in pdf format, and the
user can then send it as an attachment in an email. And this is free.

Or is it, the application will generate a report to send to the user?
If that's the case, Crystal Info Server does a great job. Of course,
it's not free.

Tom
Hexman wrote:
>Hello All,

I'm nearing the end of my current project and the users came up with 2 more requests. I'll talk about the first one in this message.

I've developed (with much help from this group) a vb.net app and is being put into the users hands this week. I am using Crystal Report X to
produce reports. The users now, rather than printing, want them emailed and produced in .pdf format also. So rather than me re-inventing
the wheel, I'm asking if anyone knows of a "Report Administration" class that I can with little work integrate into my vb.net 2005
application. Perferably free with source code. I'm sure someone has done this before.

The way I'm thinking about it is:

The CR report files would be placed in one folder. The app would then have the ability to add the report to a DB (used loosely - could be
xml, txt file, etc.) with all the default parameters to schedule and run the app. Doesn't really have to have scheduling function, but it
would be nice.

The DB would contain info and parameters including:

Report Number
Report Title
Report Description
Checkbox Output Options: Print, PDF, Email
PDF Filename Template
Email Message Subject
Email Message Body
Email To list (linked to Outlook Address Book?)
Last Run Date
Param1
Param2
Param3
etc.
Scheduling method
If anyone has developed something like this or knows where to find one please let me know.

Thanks,

Hexman

Nov 29 '06 #2
Hello Tom,

I haven't been clear. I'll try and explain better. The app that I developed runs (prints to local printer) CR report files which until now was
fine. Now the requirement is to create .PDF files and/or email to a list of users and/or print locally. There are several different reports to be
output from my app, and each report has its own distribution lists and media type (print, pdf, emailed pdf).

Lets say a certain report is run daily to the printer. On each Friday (or whenever they deem necessary) though, they want to not only print, but
email to others. By having a report admin module, the user could check the "email" checkbox in addition to the "print" checkbox and the program
would create a .pdf file and send it to a predetermined list of users.

I am aware that CR does email, create .pdf, and prints. I want to control, for each report if it is to be printed, emailed, .pdf'd, to whom it is to
be sent, etc. and eliminate that decision from the operator (user). They would only have to override the default options on certain days.

I did create a report administration module a few years back on a mainframe (print, fax, archive reports, etc.) but thats a far different animal than
what I'm working with now.

I don't know if I cleared up the confusion or just made it worse.

Hexman

On Tue, 28 Nov 2006 20:47:09 -0500, tomb <to**@technetcenter.comwrote:
>Let me see if I have this clear:
The application, which the user will be using, generates a report.

The user then wants to be able to email it in pdf format to someone else?
If that's the case, Crystal will save a report in pdf format, and the
user can then send it as an attachment in an email. And this is free.

Or is it, the application will generate a report to send to the user?
If that's the case, Crystal Info Server does a great job. Of course,
it's not free.

Tom
Hexman wrote:
>>Hello All,

I'm nearing the end of my current project and the users came up with 2 more requests. I'll talk about the first one in this message.

I've developed (with much help from this group) a vb.net app and is being put into the users hands this week. I am using Crystal Report X to
produce reports. The users now, rather than printing, want them emailed and produced in .pdf format also. So rather than me re-inventing
the wheel, I'm asking if anyone knows of a "Report Administration" class that I can with little work integrate into my vb.net 2005
application. Perferably free with source code. I'm sure someone has done this before.

The way I'm thinking about it is:

The CR report files would be placed in one folder. The app would then have the ability to add the report to a DB (used loosely - could be
xml, txt file, etc.) with all the default parameters to schedule and run the app. Doesn't really have to have scheduling function, but it
would be nice.

The DB would contain info and parameters including:

Report Number
Report Title
Report Description
Checkbox Output Options: Print, PDF, Email
PDF Filename Template
Email Message Subject
Email Message Body
Email To list (linked to Outlook Address Book?)
Last Run Date
Param1
Param2
Param3
etc.
Scheduling method
If anyone has developed something like this or knows where to find one please let me know.

Thanks,

Hexman

Nov 29 '06 #3

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

Similar topics

3
by: Dante | last post by:
Tonight I started writing a script that places a "Copy All" link before every PRE tag. The link would copy the code in the pre tag. I can't get this script to work. Can anyone help me? Here is my...
21
by: Headless | last post by:
I've marked up song lyrics with the <pre> tag because it seems the most appropriate type of markup for the type of data. This results in inefficient use of horizontal space due to UA's default...
7
by: Alan Illeman | last post by:
How do I set several different properties for PRE in a CSS stylesheet, rather than resorting to this: <BODY> <PRE STYLE="font-family:monospace; font-size:0.95em; width:40%; border:red 2px...
3
by: Michael Shell | last post by:
Greetings, Consider the XHTML document attached at the end of this post. When viewed under Firefox 1.0.5 on Linux, highlighting and pasting (into a text editor) the <pre> tag listing will...
5
by: Porthos | last post by:
I'm authoring an XML document and using the <pre> html tag for the portions that are not dynamically generated. The <pre> text is displaying in a smaller font size (and I believe different font)...
8
by: Jarno Suni not | last post by:
It seems to be invalid in HTML 4.01, but valid in XHTML 1.0. Why is there the difference? Can that pose a problem when such a XHTML document is served as text/html?
9
by: Eric Lindsay | last post by:
I can't figure how to best display little snippets of shell script using <pre>. I just got around to organising to bulk validate some of my web pages, and one of the problems occurs with Bash...
23
by: Xah Lee | last post by:
The Concepts and Confusions of Pre-fix, In-fix, Post-fix and Fully Functional Notations Xah Lee, 2006-03-15 Let me summarize: The LISP notation, is a functional notation, and is not a...
21
by: Johan Tibell | last post by:
I would be grateful if someone had a minute or two to review my hash table implementation. It's not yet commented but hopefully it's short and idiomatic enough to be readable. Some of the code...
5
by: Chuck Anderson | last post by:
I run Apache 2.0.55, and Php (both 4.4.1 and 5.2.5) on my home PC (Windows XP). One of the scripts that I run daily needs to access a secure URL (https://..............). When I am running Php4,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.