This topic is locked

Detail records on view/edit pages

5/21/2009 2:26:47 PM
PHPRunner General questions
N
nico282 author

Hi,
for my project I need to show and edit the "detail records" on the "master record" page.
For example, I have a list of book authors. I click View on "J.K.Rowling" and go to her detail page.

I want on that detail page a list of all the Rowling's books, with all the features (add, edit, delete) that are available on the main list of books.


Is that possible?
Nicholas :-)

J
Jane 5/22/2009

Nicholas,
in general PHPRunner do not support to edit records from two or more tables on the same page.
As workaround set up master-detail relationships between these tables on the Datasource tables tab, check off Display master table info on details page option and use detail list page with InlineEdit/InlineAdd links.