Description
Stop instances that are started in AdditionalUpdates as part of current transaction
Parameters
| oiReturnStatus | output | integer | Return status of the method. |
Internal usage
QadFinancials
program code (program/bmfglocation.p)
/* Location Detail component */
if vlBMfgLocDetStartFrmLoc and
viBMfgLocationDetBMfgLocID <> 0 and
viBMfgLocationDetBMfgLocID <> ?
then do:
<I-1 {bFcStopInstance
&CLASS = "BMfgLocationDet"}>
assign viBMfgLocationDetBMfgLocID = 0.
vlBMfgLocDetStartFrmLoc = false.
end.
assign oiReturnStatus = 0.
<ANCESTOR-CODE>