Table of Content
HAL Forum
procedure SynchronizationIndex (
)
Description:
Creates a sequence number index wich is used in synchronization. Every register wich is used in synchronization should have this index
  RecordBegin(CTypeVc,-,"ctype");
  RecordField(Code,M4Code,10,0);
  RecordField(Comment,M4Str,60,0);
  MainKeyBegin(Code,0);
  KeySegment(Code);
  SynchronizationIndex;  
  KeyBegin(Comment);
  KeySegment(Comment);
  KeySegment(Code);
  EndRecord;
  
Related topics:
««