project BLF > class BReportSchedule > method ValidateBCAndAdditionalUpdates
Description
Wrapper method for calling ValidateComponent and AdditionalUpdates
Parameters
oiReturnStatus | output | integer | Return status of the method. |
Internal usage
BLF
program code (program1/breportschedule.p)
<M-1 run ValidateBC (output viFcReturnSuper (oiReturnStatus)) in BReportSchedule>
if viFcReturnSuper <> 0
then assign oiReturnStatus = viFcReturnSuper.
if viFcReturnSuper < 0 then return.
<M-2 run AdditionalUpdates (output viFcReturnSuper (oiReturnStatus)) in BReportSchedule>
if viFcReturnSuper <> 0
then assign oiReturnStatus = viFcReturnSuper.
if viFcReturnSuper < 0 then return.