This topic is locked

Display records from a secondary table on list page

7/18/2007 3:42:13 AM
PHPRunner General questions
jwoker author

I would like to show records from table2 on table1's list page. I can read table2 records into an array with the on load event if I have access to table1's list data - then I would need a way to display the table2 data on the list page. this would be similar to having the ajax data shown when hovering over the "Orders" detail link as a static part of the list page. Please see the picture below and let me know if there is a way to achieve this. Also is there a var with the list data available to the onload event? Thanks

J
Jane 7/18/2007

Hi,
unfortunately there is no easy way to do it with current PHPRunner version.
We plan to release new PHPRunner version with custom events in a weeks. With new custom events you can add your PHP code to any places on the page.