project QadFinancials > class BJournal > method StopExternalInstances

Description

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


Parameters


oiReturnStatusoutputintegerReturn status of the method.


Internal usage


QadFinancials
method BJournal.AdditionalUpdates


program code (program/bjournal.p)

if viBMfgDaybookID <> 0 and
   viBMfgDaybookID <> ?
then do:
    <I-1 {bFcStopInstance
            &CLASS           = "BMfgDaybook"}>
    assign viBMfgDaybookID = 0.
end.    

<ANCESTOR-CODE>