project BLF > class BUser > 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/buser.p)
If viBUserRole6ID <> 0 And
viBUserRole6ID <> ?
Then Do:
<I-1 {bFcStopInstance
&CLASS = "BUserRole"}>
Assign viBUserRole6ID = 0.
End.
if viBSODViolationRule212ID <> 0
then do:
<I-2 {bFcCloseAndStopInstance
&CLASS = "BSODViolationRule2"}>
end.
<ANCESTOR-CODE>