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

Export label custom content

 GRID => Properties "Export Label" => "SalesReportMexico" To get download file with custom naming.