Tips
& Tricks
Ever wondered how you can easily integrate Canadian
address support into your existing application? It’s
actually a lot easier than you think.
To add Canadian address support to Address Object in
your application by using the Canada Add-on, you
need to do the following:
1) Purchase the Canada Add-on and get the Canadian
data set.
2) Change your license string to one that supports
Canada
3) Add the following line to your initialization
process:
US Only:
AddressObject.PathToUSFiles = "Path";
AddressObject.InitializeDataFiles();
US and Canada:
AddressObject.PathToUSFiles = "Path";
AddressObject.PathToCanadaFiles = "Path";
AddressObject.InitializeDataFiles();
Canadian addresses uses the same input and output
properties as US addresses and will supply you with
a status code of 6 (9 for US Addresses). Also with
our new cross platform code, (Windows, Linux,
Solaris, AIX, HPUX) processing Canadian addresses is
nearly as fast as processing US addresses.
For more details or a demo, please contact a sales
representative,
or call
1-800-800-6245 ext.3.
|