project BLF > class BReportSchedule > method ValidateBCAndAdditionalUpdates

Description

Wrapper method for calling ValidateComponent and AdditionalUpdates


Parameters


oiReturnStatusoutputintegerReturn status of the method.


Internal usage


BLF
method BReportRequest.AdditionalUpdates


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.