project QadFinancials > class BCurrency > method StopExternalInstances

Description

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


Parameters


oiReturnStatusoutputintegerReturn status of the method.


Internal usage


QadFinancials
method BCurrency.AdditionalUpdates
method BCurrency.ValidateComponent


program code (program/bcurrency.p)

if(viBMfgCurrencyID <> 0 and viBMfgCurrencyID <> ?) then do:
    <I-1 {bFcStopInstance
            &CLASS           = "BMfgCurrency"}>
end.

<ANCESTOR-CODE>