project BLF > class BCustomField > 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 BCustomField.AdditionalUpdates
method BCustomField.ValidateComponent


program code (program/bcustomfield.p)

<ANCESTOR-CODE>

if vlBStoredSearchStarted
then do:
    <I-32 {bFcStopInstance
         &CLASS           = "BStoredSearch"}>
         
    assign vlBStoredSearchStarted = false.
end.