Table of Content
HAL Forum
procedure BeginSync (
)
Description:
Puts client in synchronization mode and displays a synchronization status window. Should be called before starting synchronization process.
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:
««