Friday, January 24, 2014

Form TO Form Save option by using CMD button clcked method to save another table

//Form TO Form Save option by using CMD button clcked method to save another table

void clicked()
{
  Results_Table  results;
    super();
    results.amount = any2int(Amount.valuestr());
    results.empcode= any2int(empCode.valuestr());
    results.empname= EmpName.valuestr();
    Results.insert();
    element.close();
}

No comments:

Post a Comment

Copy Markup charges while posting purchase invoice using X++

 Copy Markup charges while posting purchase invoice using X++ Class: Important: Code logic is just for Reference.  New class => Duplicate...