You already have vendTable buffer in the argument of the method. Just use that buffer and see if it works. [ExtensionOf(tableStr(PurchTable))] public final class PurchTable_Extension { public void initFromVendTable(VendTable _vendTable) { next initFromVendTable(); this.ABCcode = _vendTable.ABCCode; } Thanks, Girish S.
↧