This topic is locked

Master table Displayed on View page

1/30/2006 11:47:21 AM
PHPRunner General questions
H
HurricanHollow author

Hello,
Has anyone had to display the Master table information on the _view.php page in PHPRunner version 3? If so could you show me an example of how to accomplish this?
I already know how to do this on the _list.php, but in this project I need it on the view.php page as well.
Thanks
Best software I have purchased in years...

Sergey Kornilov admin 1/31/2006

Hi,
you can try to copy DisplayMasterTableInfo function and all the code related to it from ..._list.php to ..._view.php file.

However I don't have a ready-to-go solution for this.