project QadFinancials > class BBusinessComponent > 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 BBusinessComponent.AdditionalUpdates

QadFinancials
method BBusinessComponent.AdditionalUpdates


program code (program/bbusinesscomponent.p)

<ANCESTOR-CODE>

If viBMfgMenu7ID <> 0 Or
   viBMfgMenu7ID <> ?
Then Do:
    <I-1 {bFcStopInstance
            &CLASS           = "BMfgMenu"}>
    Assign viBMfgMenu7ID = 0.
End.