Click here to Skip to main content
6,935,055 members and growing! (14,182 online)
Email Password   helpLost your password?
Desktop Development » Miscellaneous » Miscellaneous Controls     Intermediate License: The Code Project Open License (CPOL)

Create and Print Invoices as Data Report

By Mostafa Kaisoun

ActiveX to display invoice in grid and edit it, print invoices as Data Report using VB6
VB6, VB, Windows (WinXP, Vista), ADO, Design
Revision:4 (See All)
Posted:19 Mar 2009
Updated:20 Mar 2009
Views:7,203
Bookmarked:9 times
printPrint Friendly   add Share
      Discuss Discuss   Broken Article?Report  
4 votes for this article.
Popularity: 1.94 Rating: 3.22 out of 5
1 vote, 25.0%
1

2
1 vote, 25.0%
3

4
2 votes, 50.0%
5

img53.JPG

img059.JPG

img058.JPG

img057.JPG

Introduction

This ActiveX control is a powerful tool to help you create and print invoices as Data Report. Now you can preview and print invoices by one touch. This ActiveX control has two versions, one to use in the English language (its name is "EInvoice" and another to use in the Arabic language (its name is "AInvoice"). The two controls are the same when using its properties and methods.

You use this ActiveX control in your application by adding it to a form and setting its properties. At design time, my ActiveX control is displayed as an icon on a form, this icon can't be sized. The control is invisible to the user at run time (as CommonDialog control and Timer control).

With my ActiveX, you can:

  • Add new invoice
  • Edit current invoice
  • Delete current invoice
  • Find invoice by order number or by customer name
  • Preview and print current invoice or all invoices of current customer
  • Export current invoice or invoices of current customer to HTML file
  • Click ActiveX control by right button of mouse you can get custom properties

Background

My ActiveX "Invoice Designer" EInvoice or AInvoice depends on table's name and field's name as shown in the following table:

Table name Field name
Orders OrderID
CustomerID
EmployeeID
OrderDate
RequiredDate
Freight

Customers

CustomerID
CompanyName
City
Phone
Employees EmployeeID
FirstName
LastName
Products ProductID
ProductName
Order Details OrderID
ProductID
UnitPrice
Quantity
Discount

So, if you build a new database file and want to use my ActiveX control, be sure that your database file includes tables with the same name and your tables include fields which have the same name as you see in the above table.

Don't worry I don't tie your hand, of course you can add other tables and other fields to your database file but you must keep to the table's name and the field's name as given in the above table.

My ActiveX control has one method and twenty one properties. You can read about the method and two properties in the following table. The other properties are in the help file after you download and extract the file "Invoice.zip".
 

Method/Property Definition Example
ViewInvoice Display invoice (order by customer name) EInvoice1.ViewInvoice (in English) or,
AInvoice1.ViewInvoice (in Arabic)
InvoiceDatabaseFile Set path and name of database file EInvoice1.InvoiceDatabaseFile = App.Path + "\" + "MyMarket.mdb"
InvoiceTitle Set the title of invoice EInvoice1.InvoiceTitle = "International Food Company"

Using the Code

After you set some properties, you can display the invoice:

EInvoice1.ViewInvoice ' if using "EInvoice" control for English language.
AInvoice1.ViewInvoice ' if using "AInvoice" control for Arabic language.

Remarks

After you download the file Invoice.zip and extract it, you find:

  • Folder MyActiveX includes EInvoice control, AInvoice control and help file explains everything
  • Folder prjEN includes project to test the free trial version EInvoice control
  • Folder prjAR includes project to test the free trial version AInvoice control

Last Words

I hope my ActiveX is useful. This tool is for personal use only and not for public use, you can use it for your own projects. Thanks to The Code Project and thanks to all.

History

  • 20th March, 2009: Initial post

Mostafa Kaisoun
M_Kaisoun@hotmail.com

License

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

About the Author

Mostafa Kaisoun


Member

Location: Egypt Egypt

Other popular Miscellaneous articles:

Article Top
You must Sign In to use this message board.
FAQ FAQ 
 
Noise Tolerance  Layout  Per page   
 Msgs 1 to 4 of 4 (Total in Forum: 4) (Refresh)FirstPrevNext
GeneralMy vote of 1 PinmemberSyed Javed19:50 11 Jan '10  
Questionsource code of acivex controls PinmemberAvinash Sureka23:32 7 Jun '09  
GeneralError PinmemberTabitutza0:01 23 Apr '09  
GeneralRe: Error PinmemberMostafa Kaisoun3:13 24 Apr '09  
I test the application with the file (MyMarket.mdb), no errors.
I test the application with the file (Northwind.mdb), no errors.
Perhaps you change the name of any table or change the name of any fields.
Please download the file (Invoice.zip) again then test the application with (MyMarket.mdb) or

(Northwind.mdb).
Thanks,
M. Kaisoun

General General    News News    Question Question    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+PgUp/PgDown to switch pages.

PermaLink | Privacy | Terms of Use
Last Updated: 20 Mar 2009
Editor: Deeksha Shenoy
Copyright 2009 by Mostafa Kaisoun
Everything else Copyright © CodeProject, 1999-2010
Web18 | Advertise on the Code Project