project BLF > class BRole > method StopExternalInstances

Description

Stop instances that are started in AdditionalUpdates as part of current transaction


Parameters


oiReturnStatusoutputintegerReturn status of the method.


Internal usage


BLF
method BRole.AdditionalUpdates

QadFinancials
method BRole.AdditionalUpdates


program code (program/brole.p)

<ANCESTOR-CODE>

if viBSODViolationRule17ID <> 0
then do:
    <I-1 {bFcCloseAndStopInstance
         &CLASS           = "BSODViolationRule1"}>
end.


if viBSODViolationRule28ID <> 0
then do:
    <I-2 {bFcCloseAndStopInstance
         &CLASS           = "BSODViolationRule2"}>
end.