project QadFinancials > class BDeductionCat > method Calculate

Description

Add code here to initialize the calculated fields of the class temp-tables after loading existing records from the application database.


Parameters


oiReturnStatusoutputinteger


Internal usage


unused


program code (program/bdeductioncat.p)

<ANCESTOR-CODE>

if available tDeductionCatLine
then do:
    assign tDeductionCatLine.tcBaseCurrencyCode = vcCompanyLC.
end.