Development history of report generator project


Estimated development hours = 500, actual hours = 20, actual start date 8/28/2004, estimated completion 6/30/2005, actual completion date ??/??/????


PROJECT ON HOLD
Future project, this will not be a free tool since much work and effort is required than originally anticipated. I am developing a simple report generator tool that requires data in a specific format (.txt) to be created by a programmer within their visual basic .net application. Visit
EZReporting to view more details.


PcServ Report Generator addin tool component

8/28/2004 Initiated project. Need to develope a .net control to permit reporting, totalling, easily without too much development.
8/29/2004 Report development will center around providing reporting with adodb msaccess supported database.

Steps to build adodb report:

1. Design your report, set default access database path, which can also be programatically overridden in vb.net
2. Drag and drop lines or your database fields in their proper position on the report
3. Save the .rpt file
4. Within vb .net, add reference to the adodbrpt dll
5. Set your run time database
6. Set your report name
7. Initiate a build report method

Specifications of the .rpt file. Each item must be in the same sequence to be shown on your generated report.

field#1:
MSDB (this is the full filename of the database for report creation

SELECTSQL (this is auto generated after your report is created)

SORTFIELDS (list of fields and sort sequence of ascending or descending)

SELECTFIELDS (record.fieldname, operator, record.fieldname or literal/today>

TITLE
PAGING
TODAY
HEADING
DETAIL
SHOWFIELD
CALCFIELD
NEWLINE - indicates break to a new line
GROUP
SUMFIELD
COUNTFIELD
FINAL

field#2:
POSITION within the line

field#3:
LENGTH within the line

field#4:
HEIGHT of item

field#5:
FONT, SIZE, BOLD, ITALIC, UNDERLINE

field#6:
LABEL, MS ACCESS TABLE and FIELD NAME

field#7:
MASK or format; numeric is $999,999.99 or $999,990.00 or blank or 9999, etc

field#8:
HIDDEN or SHOW


Notes

All fields are delimited in the .rpt file with an untypeable field. Lines and other graphics can be dropped into a title, heading, detail, group or final. A report editor will provide the auto generation of the report content.

Sneak peak


7/6/2008 This project is incomplete and will be left incomplete until a larger desire is needed by myself or a business interest. As an alternative you may view the following code: Generic Dot net print and report utility


Return to top of this page


This page last updated July 6 2008








Hosted by www.Geocities.ws

1