Pages

Banner 468 x 60px

 

Wednesday, November 22, 2017

Validation form with buffer active in x++

0 comments
Validation form with buffer active in x++ :

void init()                                               
{
    formInInit = true;

    if (! element.args().caller() || !element.args().dataset())
        throw error(strfmt("@SYS22678",element.name()));

    inventOnhandReserve = new InventOnhandReserve(this);
    if (element.args())
    {
        inventOnhandReserve.parmCallerRecord(element.args().record());
    }

    super();

    element.updateDesign(InventDimFormDesignUpdate::Init);

    formInInit = false;

    // Created by Yaya, Agreeya, March 11, 2011
    this.blockReserveNow();
    //

}

0 comments:

A financial dimension value is based on the LAND-00013 record and has been used on a transaction. You cannot delete the LAND-00013 record AX 2012

 A financial dimension value is based on the LAND-00013 record and has been used on a  transaction. You cannot delete the LAND-00013 record ...