Table of Content
HAL Forum
procedure BlockForAllCompanies (
)
Description:
Information stored in this kind of block will be company independent. Stored on the client.
  BlockBegin(EnablerBlock,EnablerType2,"");
  BlockInServer;
  BlockForAllCompanies;
  RecordField(xfirstDate,M4Date,0,0);
  RecordField(xEnablerString,M4Str,60,0);
  RecordField(xlastDate,M4Date,0,0);
  RecordField(xControlString,M4Str,60,0);
  RecordField(xvalidUntilDate,M4Date,0,0);
  RecordField(xKeyStr,M4Str,20,0);
  RecordField(xRandVal,M4Long,5,0);
  EndBlock;

Related topics:
««