This topic is locked

help on how to set auto trigger

6/19/2008 10:27:48 AM
PHPRunner General questions
M
Moriya author

As topic says...
when add record to a table
other table auto picks it up and change the other field?

J
Jane 6/20/2008

Hi,
use After record added event for this purpose. All entered values are stored in the $values array.

Also I recommend you to have a look at the sample PHPRunner actions on the Events tab.

M
Moriya author 6/20/2008

ok thx