Table of Content
HAL Forum
procedure BlockExport (
Record BlockName)
Description:
Exports block in Hansa standard format.
Parameters:
BlockName Block to be exported
procedure ExportBlocks()
begin
  BlockExport("SysFormatBlock");
  BlockExport("BaseCurBlock");
  return;
end;
  

Related topics:
««