project QadFinancials > class BPaymentSelection > 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/bpaymentselection.p)

<ANCESTOR-CODE>

<M-11 run Calculate01 (output viFcReturnSuper (oiReturnStatus)) in BPaymentSelection>

if viFcReturnSuper < 0
then do:
    assign oiReturnStatus = viFcReturnSuper.
    return.
end.