Table of Content
HAL Forum
function val B12B2 (
date CurncyDate,val Amount)
Description:
Returns a value in secondary (base 2) currency that has been converted from a value in primary (base 1) currency.
Parameters:
CurncyDate The date of the exchange rate.
Amount The value in B1.
external inner function val B12B2(date,val);

global
procedure OnApplicationStartup() 
begin

  SetCompany(1,true);
  stopalert(B12B2(CurrentDate,100));

  return;
end;

Related topics:
««