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
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:06] (current) 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 78: Line 78:
  
 if (not terminate) then if (not terminate) then
- { A document needs to be created (even if never saved) in the tax engine+ { A document needs to be created (even if never saved) in the TaxEngine
     to provide default information. If the docNumber and module are not     to provide default information. If the docNumber and module are not
     blank and the docType > -1 a record will be reserved in the KDTrxDoc table     blank and the docType > -1 a record will be reserved in the KDTrxDoc table
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.1429140826.txt.gz · Last modified: 2015/06/12 18:43 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki