Introduction and Installation

Introduction

Address 2000 provides an ActiveX component for use on a web server which will provide all necessary functionality for international address data entry. It provides business and residential format data for over 200 countries. It can provide sufficient information to generate an input form, e.g. on a web page or within a progam. It can then  take the data captured on such a form and combine it into a country independent data form called UAFD (Universal Address Format Data) that can be stored in a database in a single string field. The component can take captured data, or a previously stored UAFD and create an address label correctly formatted for the relevant country

The functionality is exposed using simple to use properties and methods, and examples are provided showing how to use Address 2000 from Visual Basic, Visual J++, and Active Server Pages.

Installation

For Internet use, AFD Address 2000 requires Windows NT 4.0 Server (or above) running Internet Information Server v3 or later, or Microsoft Personal Web Server.

  • Download the latest version of Address 2000
  • Install Address 2000 by selecting
    Start - Run - A2K - OK
    from the Windows NT task bar.
  • Address 2000 can now be used in evaluation mode for 14 days.
    After you have chosen 5 countries, you will be limited to these countries, so these are best chosen with care.
  • Run the AFD Welcome program to activate your copy of Address 2000
    Start - AFD Address 2000 - AFD Welcome
  • You will require the account code and serial number supplied to you by email or on your license certificate. 
  • Evaluating Address 2000 does not require any special codes
Files Installed
Address2000.dll The Address 2000 ActiveXDLL- This is referred to hereafter as the Address 2000 Object
Doc\*.* Documentation for component and examples
Examples\ASP ASP code for selecting a country, generating a form to input address details and showing an address label
Examples\Java\A2KJava1 A minimal example of using Address 2000 from Java
Examples\Java\A2KJava2 A fuller example of using Address 2000 from Java
Examples\VB\A2KVB1 A minimal example of using Address 2000 from Visual Basic
Examples\VB\A2KVB2 A fuller example of using Address 2000 from Visual Basic