J
|
Jane 4/12/2007 |
Hi, $values["totalval"]= $values["order_qty"] * $values["price"];
|
D
|
dcrera 4/24/2007 |
Hi Jane, Hi, all these tasks can be accomplished using events on the Events tab. For example to calculate totalval use following code in the Before record added event: You can find some examples of code in the PHPRunner Help and Livedemos: http://www.xlinesoft.com/phprunner/docs/ http://www.xlinesoft.com/phprunner/livedemo4.htm or on the PHPRunner forum. |
J
|
Jane 4/25/2007 |
Hi, |