project QadFinancials > class BSettingConfiguration > 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/bsettingconfiguration.p)

<ANCESTOR-CODE>

for each tfcSettingConfig where
         tfcSettingConfig.SettingConfigName = {&SETTINGCONFIG-GLVERIF}:
    case tfcSettingConfig.SettingConfigName:
        when {&SETTINGCONFIG-GLVERIF}
        then assign tfcSettingConfig.tcSettingConfigLabel = {&SETTINGCONFIG-GLVERIF-TR}.
    end case.
end.