Table of Content
HAL Forum
procedure BlockInServer (
)
Description:
Define a block on server side
BlockBegin(ModuleBlock,ModuleType,"");
  BlockInServer;
  BlockForAllCompanies;
  XXENABRECORDPART1;
  RecordField(FirstDate,M4Date,0,0);
  RecordField(ControlCode,M4Str,60,0);
  RecordField(LastDate,M4Date,0,0);
  RecordField(TheKeyStr,M4Str,20,0);
  RecordField(RandomVal,M4Long,5,0);
  XXENABRECORDPART2;
EndBlock;
Related topics:
««