J
|
Jane 5/4/2010 |
Hi, global $dal;
|
O
|
onlline author 5/5/2010 |
Hi, use After record added event on the Eventstab for this purpose. Here is just a sample: global $dal;
|
A
|
ann 5/6/2010 |
Leonardo, $sql="update product set amount=amount+".$values["amount"]." where name='".$values["name"]."'"; |
O
|
onlline author 5/8/2010 |
Leonardo, To sum the amounts of "goods receipt" table and "product" table add the following code to the After record added event on the Events tab $sql="update product set amount=amount+".$values["amount"]." where name='".$values["name"]."'";
|