This topic is locked

View detail table on Master view page

4/6/2008 9:58:24 AM
PHPRunner General questions
F
Fawaz author

I have a master table called Orders, and this table has detail table called OrdersDetails.
One the View Page or Orders table, I want to display all records from OrdersDetails which match the viewed Order.
In other words, display master table and detail table on the View page of the master table.
How do I do this?
Thanks.

Fawaz

J
Jane 4/7/2008

Fawaz,
you can do it using custom event (Insert PHP code snippet option on the Visual Editor tab).

Use Show list of customer orders event from PHPRunner Help as a sample.