Table of Content
HAL Forum
procedure EndSync (
)
Description:
Removes the synchronization mode and closes the synchronization status window. Should be called after synchronization is finished
global
updating procedure SynchOfflineToServsm()
BEGIN
  record IVCashVc IVCashr;

  LongInt seqnr;
  Integer offlinecomp,servcomp;

  offlinecomp = 2;
  servcomp = CurrentCompany;
  BeginSync;
  seqnr = SynchroniseRegister("IVCashVc",offlinecomp,servcomp,-1,"");
  EndSync;
  
  RETURN;
END;
Related topics:
««