Table of Content
HAL Forum
procedure SynchroniseBlock (
string blockname,integer frcomp,integer tocomp,string tagstr)
Description:
Sychronizes a specific block from the machine it is called to the opposite side. Not used. Removed from 5.2
Parameters:
blockname Block which should be synchronized
frcomp Company from which block is read
tocomp Company into which the block is stored
tagstr A string parameter that is given to synchronization record actions
global
updating procedure SyncBlocks(integer servcomp,integer offlinecomp)
begin

  SynchroniseBlock("VATCodeBlock",servcomp,offlinecomp,"");

  return;
end;
Related topics:
««