Click here to Skip to main content
15,886,678 members
Articles / Programming Languages / Visual Basic

Open Door - Reporting, Charts, Enquiry Drill-Downs

Rate me:
Please Sign up or sign in to vote.
4.37/5 (11 votes)
2 Feb 2009CPOL6 min read 39.2K   2K   59  
A utility for generating user editable reports, charts, documents, enquiries
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">

<html>
<head>
  <title>Getting Started</title>
  <meta http-equiv="Content-Language" content="en-gb">
  <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
  <meta content="Evrsoft First Page" name="GENERATOR">
</head>

<body>
  <h3>Introduction</h3>

  <p><b>Open Door</b> is an open source, .Net, general purpose, reporting, charting and query tool that you can integrate into Windows applications and ASP.Net Web applications. It may be used with any ODBC compliant database.</p>
  <p>It enables your users to create and edit reports, charts, invoices and query screens with 'drill-down'. They may be viewed, printed or output to a variety of destinations including HTML, PDF, Word and Excel

  <p>Source code is provided in its entirety, enabling you to enhance and extend the base features to exactly meet your requirements.</p>

  <p>To modify and extend the application, the only requirements are Visual Studio 2008 Express and SQL Server 2008 Express - both of which are free and may be downloaded from <a href=
  "http://www.microsoft.com/Express">www.microsoft.com/Express</a></p>

  <p>We welcome your contributions and feedback. Please submit any enhancements, additional features, bug fixes or general feedback to <a href=
  "mailto:opendoor@accountingoffice.co.uk">opendoor@accountingoffice.co.uk</a> and we will incorporate all that we can into future releases of the program.</p>

  <p>Typical uses for <b>Open Door</b> are:</p>

  <ol>
    <li>Producing management reports and charts.</li>

    <li>Producing standard documents such as invoices or statements.</li>

    <li>Adding 'drill down' capabilities to an application.</li>
  </ol>

  <p>Some of the <b>Open Door</b> components may be useful to you in their own right. They include:</p>
  <ol>
    <li>A charting utility.</li>
    <li>A grid that may be bound to a SQL query or a business object.</li>
    <li>A lightweight data access engine.</li>
  </ol>
  <p>&nbsp;</p>
  <p>This version of the software comprises:</p>
  <ol>
    <li>A basic application for creating, editing, viewing and printing documents.</li>
    <li>Another version of the same application running in an MDI parent window.</li>
    <li>A full set of source code for all the components.</li>
    <li>This help.</li>
	 <li>Source documents for this help.</li>
  </ol>
<p>To begin using Open Door see <a href = "getting_started.htm">Getting Started</a></p>   
</body>
</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United Kingdom United Kingdom
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions