project QadFinancials > class BBankEntry > 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/bbankentry.p)

assign vdDummy  = 0
       viDummy1 = 0.

<ANCESTOR-CODE>
    
<M-1 run CalculateAll (output viFcReturnSuper (oiReturnStatus)) in BBankEntry>
if viFcReturnSuper <> 0 then assign oiReturnStatus = viFcReturnSuper.
if oiReturnStatus < 0 then return.