Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
How does phprunner handle these.....do these enable auto insert or is it just a check for insertion?how do we reference master keys from the events of the daughter tablethanks
Hi,foreign key from master table is inserted automatically when you add new record to the detail page.More info about master-detail relatioships here:http://www.xlinesoft.com/phprunner/docs/ma...elationship.htmTo select foreign key in the BeforeAdd event use following code:
global $strTableName;