( |
|
|
|||
Imports all the records from an import file that belong under certain register using it's import/export tag. |
Parameters: | |
Looks for this tag in the file that is being imported and uses importing procedure ReadImportTag[TagName] | |
updating procedure ImpSpecAuto(string typs) BEGIN if (typs=="IVCashVc") then begin ReadIVCashVc; end; if (typs=="fakt1") then begin RegisterImport("fakt1"); end; RETURN; END;
Related topics: |