project QadFinancials > class BMfgSupplier > method StopMFGInstances


Parameters


oiReturnStatusoutputintegerReturn status of the method.


Internal usage


unused


program code (program1/bmfgsupplier.p)

/* JOHBOU: start new code */
if viBMfgAddress7ID ne 0
then do:
  <I-1 {bFcStopInstance
            &CLASS           = "BMfgAddress"}>
  assign viBMfgAddress7ID = 0.
end.
/* JOHBOU: end new code */

if viBMfgAddressListDetail7Id ne 0
then do:
                      
   <I-2 {bFcStopInstance
            &CLASS           = "BMfgAddressListDetail"}>
   assign viBMfgAddressListDetail7Id = 0.
end.