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

QadFinancials
method BSystem.ApiSetSystemPropertiesExtInvCert
method BSystem.ApiSynchroniseSyst


program code (program/bsystem.p)

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