Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Dear all PHPRunner,Please help me,How to update another table for 1 fields after inline add process.Sample :tb_stocksaldotb_orderqtyafter tb_order inline add process, next update saldo processMaybe this query like this :$sql="UPDATE tb_stock SET saldo=saldo-".$values["qty"]." WHERE id_product='". $values["id_product"] ."'";Thanks
Hi All <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=53550&image=1&table=forumreplies' class='bbc_emoticon' alt=';)' /> Complete problem, Thanks All.I am try Event Before Add ://UPDATE ANOTHER TABLE$sql="UPDATE tb_stock SET saldo=saldo-".$values["qty"]." WHERE product_id='".$values["product_id"]."'";$rs=CustomQuery($sql);Success..