project QadFinancials > class BCountry > 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 BCountry.AdditionalUpdates
method BCountry.ValidateComponent


program code (program/bcountry.p)

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

<ANCESTOR-CODE>