project BLF > class BCompany > method StopExternalInstances
Description
Stop instances that are started in AdditionalUpdates as part of current transaction
Parameters
oiReturnStatus | output | integer | Return status of the method. |
Internal usage
BLF
QadFinancials
program code (program/bcompany.p)
If viBUser6ID <> 0 And
viBUser6ID <> ?
Then Do:
<I-1 {bFcStopInstance
&CLASS = "BUser"}>
Assign viBUser6ID = 0.
End.
if viBSODViolationRule210ID <> 0
then do:
<I-2 {bFcCloseAndStopInstance
&CLASS = "BSODViolationRule2"}>
end.
<ANCESTOR-CODE>