Table of Content
HAL Forum
procedure BlockStore (
Record BlockName)
Description:
Stores block in database
Parameters:
BlockName block for storing
global
updating function LongInt CUVcRecordSaveAfter(var record CUVc CUr,record CUVc CU2r,LongInt stat,LongInt long4)
BEGIN
  LongInt res;
  record SRBlock SRRec;

  BlockLoad(SRRec);
  SRRec.LastCustCode = CUr.Code;
  BlockStore(SRRec);
  CUVcRecordSaveAfter = res;
  RETURN;
END;
Related topics:
««