project QadFinancials > class PEDI > method InitInstance

Description

Set the value of "vcDefaultMfgProgram" before the <ANCESTOR-CODE>.

This method is executed when a new instance of the business class is started, or when a draft instance is opened (in that case a new instance is started which is a copy of the draft instance).

PreCondition

This method is executed when a new instance of the business class is started, or when a draft instance is opened (in that case a new instance is started which is a copy of the draft instance).


Parameters


oiReturnStatusoutputintegerReturn status of the method.


Internal usage


unused


program code (program/pedi.p)

assign vcDefaultMfgProgram = 'edomds.p':U.

<ANCESTOR-CODE>