Table of Content
HAL Forum
procedure BlockBegin (
string BlockNameHAL,string BlockNameC,string BlockTag)
Description:
The beginning of block in database structure description
Parameters:
BlockNameHAL internal HAL name of block
BlockNameC not used now, always -
BlockTag Tag for block in Hansa export files, if it is "" - then HAL Block Name (1st argument) is used
  BlockBegin(IVOfficialSerBlock,-,"");
  RecordField(From,M4UStr,20,0);
  RecordField(To,M4UStr,20,0);
  EndBlock;
Related topics:
««