This topic is locked

add button to detail in master list

5/21/2015 5:09:09 AM
PHPRunner General questions
D
droogers author

Hello,
i have a project with a master detail relationship. When I am on the listpage of the master I want to make a button there to make a detail record. How can I do this ? On the client before tab of the button I tried this code

location.href="Deelnemers_add.php";

. Then I go to the detail add page but there is no relation made between the master and detail table.