project QadFinancials > class BMfgCurrency > method StopExternalInstances

Description

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


Parameters


oiReturnStatusoutputintegerReturn status of the method.


Internal usage


QadFinancials
method BMfgCurrency.AdditionalUpdates
method BMfgCurrency.ValidateComponent


program code (program/bmfgcurrency.p)

if viBMfgSystemAccCtrlCurrID <> ? and 
       viBMfgSystemAccCtrlCurrID <> 0 
    then do :
        <I-1 {bFcStopInstance
            &CLASS           = "BMfgSystemAccountControl"}>
        assign viBMfgSystemAccCtrlCurrID = 0.
    end.
    
<ANCESTOR-CODE>