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


program code (program/bbankstateimport.p)

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