Table of Content
HAL Forum
function boolean AutoImportBackup (
string BackupFolder,string BackupFile,boolean Reserved)
Description:
Automatically imports the specified text-backup
Parameters:
BackupFolder Path to the backup folder. Relevant to the Enterprise root folder
BackupFile Name of the backup file.
Reserved Reserved for internal usage. Should be set to true
global
procedure OnApplicationStartup() 
begin
  
  AutoImportBackup("Backup","TB110124.txt",true);
  
  return;
end;
Related topics:
««