This topic is locked

How to Change the Master-Details link from List to Key

5/5/2015 5:58:16 PM
PHPRunner General questions
A
Anapolis author

[size="4"]I seem to remember some years ago using Runner that I routinely made a Master Table-Details Link that would pass along all the selected fields in common between the Master record and the Detail record.
In some way I selected a record in one table and another Table Form would show up with relevant fields already filled out that were passed along from the Master table record.
I came up with a different way to do this a couple of years ago, but if I could use the inbuilt Master-Details feature and this link would simply point to the ADD.PHP page of the details table instead of the LIST page then the values would fill in the relevant fields in an Add record.
Until this is included as an option I am trying to find the place to modify the Master-Details link on List pages.
If I could find the place to change or affect that Details link on the Master Table List page from a LIST page to an ADD page I would solve a problem quickly.



this is a common Master-Detail link that always points to the List table:


.php?mastertable=artelac_termin&masterkey1=11666346&masterkey2=70&masterkey3=Johanne%20Nowzari&masterkey4=B%C3%A4ren%20Apotheke&masterkey5=Hauptstr.%2064&masterkey6=2015-06-02
if I could find a code solution that would substitute [color="#660033"]_add.php in place of _list.php and keep the rest of the keys intact then my target form would show up with all these fields already filled out.[/size]