This topic is locked

delete records from child table

11/1/2009 3:48:56 PM
PHPRunner General questions
D
dmcconnell author

Is there an easy way within PHPRunner to delete rows from a child table when deleting a row from the parent table?
Thanks,

David

J
Jane 11/2/2009

David,
use Before record deleted event on the Events tab to check and delete records in the detail table.

Here is a sample:

http://www.xlinesoft.com/phprunner/docs/before_deleting_a_record_check_if_related_records_exist.htm