project BLF > class BReportVariant > 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/breportvariant.p)

<ANCESTOR-CODE>

/* BLF-4222
 * ignore certain settings on the factory default
 */
for each tRptRequest where
         tRptRequest.RptRequestType = "V" and
         tRptRequest.RptRequestName = {&STOREDSEARCH-FACTORY-DEFAULT}
         on error undo, throw:
    assign tRptRequest.RptRequestDateFormat    = ""
           tRptRequest.RptRequestDateSeparator = ""
           tRptRequest.RptRequestDecimalPoint  = "".
end.