qbFUSE v.1.3.0 Demo Applications
Compiled using the QuickBooks SDK v2.1 wrapper and tested using QuickBooks Pro 2003.
Copyright  2003 ThinkData, Inc. and its licensors. All rights reserved. 

Prerequisites
-------------

To run these demo applications you must have one of the following versions of QuickBooks installed on your computer:

- QuickBooks Pro 2003
- QuickBooks Premiere 2003
- QuickBooks Premiere:  Accountant Edition 2003
- QuickBooks Premiere:  Contractor Edition 2003
- Canadian Editions of QuickBooks 2003
- QuickBooks Online Edition
- QuickBooks Pro 2002
- QuickBooks Premier 2002
- QuickBooks Premier: Accountant Edition 2002

You must also have the QBFC (QuickBooks Foundation Classes) SDK installed.  Intuit ships this as a separate download - please visit the following link to download the SDK and accompanying documentation:

http://developer.intuit.com/downloads/quickbooks/sdk/

NOTE:  QuickBooks MUST be running when you execute these demo applications.

Contents 
--------
Demo Application #1
qbfuse.exe - Demo application containing Clarion versions of the QBFC SDK examples
qbfuse.clw - Source to the sample application containing Clarion versions of the QBFC SDK examples

Demo Application #2
qbfapp.exe - Demo application for the QuickBooks import/export demo - includes example of integrating qbFUSE and OutlookFUSE to convert Outlook contacts to QuickBooks customers.
qbfapp.app/qbfapp.dct - Source code for the sample application containing examples of importing QuickBooks data into Clarion TPS files.

Documentation
qbFUSE.pdf - Complete documentation to qbFUSE

qbfuse.exe
----------
This Clarion 5.5H compiled application demonstrates the use of the qbFUSE COM automation product and the Plugware COM Classes.  The source code for the QBFC SDK demos converted from Visual C++ to Clarion is contained in the qbfuse.clw file.  The executable has been compiled locally and demonstrates the following functionality:

-  Adding customers to QuickBooks
-  Adding a bill to QuickBooks for a particular Vendor
-  Querying invoices in QuickBooks using a date range
-  Querying items and setting the number of items to return in a query
-  Adding a ReceivePayment transaction and deleting it if successful
-  Example of sending multiple requests to add customer, add invoice, and query invoice all in the same message set

qbfapp.exe
----------
This Clarion 5.5H compiled application demonstrates the use of the qbFUSE COM automation product and the Plugware COM Classes.  The executable has been compiled locally and demonstrates the following functionality:

-  Importing QuickBooks Accounts data into a Clarion TPS file
-  Importing QuickBooks Customers data into a Clarion TPS file
-  Importing QuickBooks Items data into a Clarion TPS file
-  Exporting Outlook Contacts from Microsoft Outlook to QuickBooks Customers using the OutlookFUSE product
-  Importing Outlook Contacts from QuickBooks Customers using the OutlookFUSE product  

qbFUSE gives unprecedented control of QuickBooks from within a Clarion application.  It ships with the Plugware COM classes containing both early and late binding support so you can use it with other COM objects as well.  The full documentation is included with this demo as well.

For more information about the QuickBooks QBFC SDK, please visit Intuit's site at
http://developer.intuit.com/quickbooks/faq.asp

Newsgroups for QuickBooks
news://developer.intuit.com/intuit.quickbooks.dev.marketing
news://developer.intuit.com/intuit.quickbooks.dev.sdk

To buy qbFUSE from ThinkData please visit our product page at
http://www.thinkdata.com/store/asp/product.asp?recorprod=&product=96&cat=&ph=&keywords=&recor=&SearchFor=&PT_ID=

Please visit our web site at http://www.thinkdata.com for more information

