Share via


PmfFormCtrl_ProdTable_ProdTable.initPre Method [AX 2012]

Called before you execute the standard code in the init form event.

Syntax

public void initPre()

Run On

Called

Remarks

The base implementation calls the same method on all PmfFormCtrl assigned as sub-controls to this object. All child classes must call this parent method if they override this method. The form only must call this event method if there is actual code associated with the event method or any of the sub-controls associated with this object.

See Also

Reference

PmfFormCtrl_ProdTable_ProdTable Class