Table of Content
HAL Forum
procedure RunAutoImport (
string procname,string srcfolder,string destfolder)
Description:
Runs HAL-procedure that reads files from specified folder and moves them to another folder after importing
Parameters:
procname name of HAL-procedure that will do import
srcfolder source folder
destfolder destination folder
global
updating procedure EDICustomsLsm()
BEGIN
  RunAutoImport("EDICustomsIn","CUSRES","CUSRESIMP");
  RETURN;
END;
Related topics:
««