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/brecurringentry.p)
/* ======================================== */
/* Stop External Instance for BJournalEntry */
/* ======================================== */
if viBJournalEntryREID <> 0 and
viBJournalEntryREID <> ?
then do:
<I-1 {bFcStopInstance
&CLASS = "BJournalEntry"}>
assign viBJournalEntryREID = 0.
end.
<ANCESTOR-CODE>