Click here to Skip to main content
15,886,110 members
Articles / Desktop Programming / MFC

Recordsets and invoices

Rate me:
Please Sign up or sign in to vote.
3.96/5 (9 votes)
23 Sep 2005CPOL10 min read 52.7K   808   21  
How to use CRecordset with the Northwind database to create an invoice.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Invoice.rc
//
#define IDD_ABOUTBOX                    100
#define IDD_INVOICE_FORM                101
#define IDR_MAINFRAME                   128
#define IDR_INVOICTYPE                  129
#define IDC_LC_DETAILS                  1000
#define IDC_LC_FOOTER                   1001
#define IDC_LC_HEADER                   1002
#define IDC_LBL_SHIPNAME                1003
#define IDC_LBL_SHIPADDR                1004
#define IDC_LBL_SHIPCITYSTZIP           1005
#define IDC_LBL_SHIPCOUNTRY             1006
#define IDC_LBL_BILLNAME                1007
#define IDC_LBL_BILLADDR                1008
#define IDC_LBL_BILLCITYSTZIP           1009
#define IDC_LBL_BILLCOUNTRY             1010
#define IDC_LBL_SHIPTO                  1011
#define IDC_LBL_BILLTO                  1012
#define IDC_RICHEDIT1                   1013
#define IDC_STATIC_HYPERLINK            1014

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        131
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1015
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

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
Software Developer (Senior) Pinnacle Business Systems
United States United States

The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.

HTTP 404 - File not found
Internet Information Services

Comments and Discussions