User Tools

Site Tools


taxengine:integration:code_samples:dex_sample_code

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
taxengine:integration:code_samples:dex_sample_code [2015/04/15 23:33] – external edit 127.0.0.1taxengine:integration:code_samples:dex_sample_code [2015/06/29 23:01] conni
Line 2: Line 2:
 The attached text file is a script designed to illustrate how to utilize the KampData TaxEngine [[taxengine:kampdata_taxengine|API]] in Dexterity applications. The attached text file is a script designed to illustrate how to utilize the KampData TaxEngine [[taxengine:kampdata_taxengine|API]] in Dexterity applications.
  
-**IMPORTANT:**The KDTaxEngine.dll must be converted into a KDTaxEngine.tbl file for adding the KampData TaxEngine to your Base >> Libraries as a COM Type Library. Please see [[taxengine:integration:accessing_through_com|Accessing the TaxEngine through COM]] for step by step instructions. +**IMPORTANT:** The KDTaxEngine.dll must be converted into a KDTaxEngine.tbl file for adding the KampData TaxEngine to your Base >> Libraries as a COM Type Library. Please see [[taxengine:integration:accessing_through_com|Accessing the TaxEngine through COM]] for step by step instructions. 
  
-**NOTE:**DynamicZip has an external procedure you can call from your Dexterity code. Please see [[dynamiczip:integration_points:dynamiczip_call_external_procedure|Calling DynamicZip from another 3rd party product]] for more information.+**NOTE:** DynamicZip has an external procedure you can call from your Dexterity code. Please see [[dynamiczip:integration_points:dynamiczip_call_external_procedure|Calling DynamicZip from another 3rd party product]] for more information.
  
 <code> <code>
Line 38: Line 38:
 useSqlPassword = true; useSqlPassword = true;
 {Retrieve a reference to the instance of an object if it exists in the running object table. {Retrieve a reference to the instance of an object if it exists in the running object table.
- As a general rule, each instance of the tax engine should be used by only one process as it+ As a general rule, each instance of the TaxEngine should be used by only one process as it
  points at only one document at a time. Therefore, COM_GetObject should probably not be used.  points at only one document at a time. Therefore, COM_GetObject should probably not be used.
 txEngn = COM_GetObject(\"KDTaxEngine.Portal\");} txEngn = COM_GetObject(\"KDTaxEngine.Portal\");}
Line 275: Line 275:
  
  
-[[taxengine:integration:code_samples:sample_code|Sample Code]]  +[[taxengine:integration:code_samples:sample_code|Sample Code]] \\
 [[taxengine:faq:Frequently Asked Questions]]  [[taxengine:faq:Frequently Asked Questions]] 
- 
- 
-Automatically Attached : {{taxengine:KampDataTaxEngineSampleCall.txt}} 
  
taxengine/integration/code_samples/dex_sample_code.txt · Last modified: 2015/06/29 23:06 by conni

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki