![]() |
Sergey Kornilov admin 4/26/2016 |
You can try something like this in AfterAdd event of tblTransac table: CustomQuery("update tblProduct set Issued = Issued +".$values["Quantity_Out"]." where Product_Id=".$values["Product_Id"]); |
A
|
azmi author 4/27/2016 |
You can try something like this in AfterAdd event of tblTransac table: CustomQuery("update tblProduct set Issued = Issued +".$values["Quantity_Out"]." where Product_Id=".$values["Product_Id"]);
|