project QadFinancials > class BBudgetLinkAccDet > method StopExternalInstances

Description

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


Parameters


oiReturnStatusoutputintegerReturn status of the method.


Internal usage


unused


program code (program/bbudgetlinkaccdet.p)

if viBBudgetLinkAccID <> 0 and 
   viBBudgetLinkAccID <> ?
then do :
    <I-1 {bFcStopInstance
            &CLASS           = "BBudgetLinkAcc"}>
    
    assign viBBudgetLinkAccID = 0.
end. /* if viBBudgetLinkAccID */

<ANCESTOR-CODE>