Table of Content
HAL Forum
function Integer CurrentCompany (
)
Description:
Returns Internal Number (0-99) of Current Company
updating procedure CreateLinksForActAndLet(record LetVc Letp,record ActVc Actp)
begin
   Integer curcomp;

   curcomp = CurrentCompany;
   CreateRecordLink(Actp,curcomp,Letp,curcomp);  
   CreateRecordLink(Letp,curcomp,Actp,curcomp);  

  return;
end;
Related topics:
««