Description
Add code here to initialize the calculated fields of the class temp-tables after loading existing records from the application database.
Parameters
oiReturnStatus | output | integer | |
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.