The Best Way To Buy!
IP*Works!
Microsoft .NET ActiveX / VB ASP Delphi C++ Builder C++ Java J2EE Unix / Linux Mac OS X .NET CF
IP*Works! SSL
IP*Works! S/MIME
Microsoft .NET ActiveX / VB ASP Delphi C++ Builder C++ Java J2EE
IP*Works! SSH
Microsoft .NET Java J2EE .NET CF
IP*Works! Zip
IP*Works! EDI/AS2
Microsoft .NET Java / J2EE
IP*Works! SNMP
Microsoft .NET ActiveX / VB Delphi C++ Builder C++ Java J2EE .NET CF
QuickBooks Integrator
E-Payment Integrator
Vital/TSYS Integrator
Microsoft .NET ActiveX / VB ASP Delphi C++ Builder C++ Unix / Linux Mac OS X
Paymentech Integrator
FDMS Integrator
Microsoft .NET ActiveX / VB ASP Delphi C++ Builder C++ Java J2EE .NET CF
USPS Integrator
FedEx Integrator
E-Banking Integrator
Microsoft .NET ActiveX / VB ASP Delphi C++ Builder C++ Java J2EE Unix / Linux
PayPal Integrator
Amazon Integrator
Biztalk Adapters
SQL Server SSIS Tasks
3-D Secure MPI
Microsoft .NET ASP Delphi C++ Builder C++ Java / J2EE
"Already using the evaluation version - excellent!"
-- G. Holmes
Properties Methods Events Configuration Settings
An Address represents a geographical address.
NOTE: What follows is a very short description of the component interfaces. For more information, please consult the help files that come with the respective package.
Address is a utility object which allows the user to easily edit and copy addresses. It is designed to interact with other components, rather than QuickBooks.
To add an address to another component, such as a CUSTOMER, first instantiate an Address component, and set any or all of the properties: Line1, Line2, Line3, City, State, PostalCode, and Country. Then, the Aggregate property may be used to construct an aggregate of the entire address. This aggregate should be passed to the other component.
In case you are using QuickBooks 2003 or above you may set Line4 as well. (Be sure to set QBXMLVersion to 2.0 or above in any control to which the value of Aggregate is copied.)
Example
Address1.Line1 = "100 Main Street" Address1.City = "Anytown" Address1.State = "CA" Customer1.BillingAddress = Address1.Aggregate
Vendor.Get("ACME Inc.") Address.Aggregate = Vendor.Address
The following is the full list of the properties of the component with short descriptions. Click on the links for complete descriptions.
Method List The following is the full list of the methods of the component with short descriptions. Click on the links for complete descriptions. Config Sets or retrieves a component configuration setting. Event List The following is the full list of the events fired by the component with short descriptions. Click on the links for complete descriptions. Configuration Settings The following is a list of configuration settings for the component with short descriptions. Click on the links for complete descriptions. AuthFlags Connection Flags (use for QuickBooks Simple Start). CodePage The system code page used for Unicode to Multibyte translations (Windows/COM only). EnforceMaxLength Indicates whether to enforce max lengths for QB Fields GetHighestVersion Highest QBXMLVersion supported by the installed instance of Quickbooks. IgnoreQBOEWarnings Ignores warnings returned from QuickBooks Online. SSLAcceptServerCert The SSL certificate being used by the Remote Connector SSLAcceptServerCertFile The SSL certificate file being used by the Remote Connector
The following is the full list of the methods of the component with short descriptions. Click on the links for complete descriptions.
Event List The following is the full list of the events fired by the component with short descriptions. Click on the links for complete descriptions. Configuration Settings The following is a list of configuration settings for the component with short descriptions. Click on the links for complete descriptions. AuthFlags Connection Flags (use for QuickBooks Simple Start). CodePage The system code page used for Unicode to Multibyte translations (Windows/COM only). EnforceMaxLength Indicates whether to enforce max lengths for QB Fields GetHighestVersion Highest QBXMLVersion supported by the installed instance of Quickbooks. IgnoreQBOEWarnings Ignores warnings returned from QuickBooks Online. SSLAcceptServerCert The SSL certificate being used by the Remote Connector SSLAcceptServerCertFile The SSL certificate file being used by the Remote Connector
The following is the full list of the events fired by the component with short descriptions. Click on the links for complete descriptions.
Configuration Settings The following is a list of configuration settings for the component with short descriptions. Click on the links for complete descriptions. AuthFlags Connection Flags (use for QuickBooks Simple Start). CodePage The system code page used for Unicode to Multibyte translations (Windows/COM only). EnforceMaxLength Indicates whether to enforce max lengths for QB Fields GetHighestVersion Highest QBXMLVersion supported by the installed instance of Quickbooks. IgnoreQBOEWarnings Ignores warnings returned from QuickBooks Online. SSLAcceptServerCert The SSL certificate being used by the Remote Connector SSLAcceptServerCertFile The SSL certificate file being used by the Remote Connector
The following is a list of configuration settings for the component with short descriptions. Click on the links for complete descriptions.