This topic is locked

Detail Record to show string

11/17/2005 12:27:23 PM
PHPRunner General questions
prleo1 author

Admin,
I have two views, employees and contractors(master), with multiple foreign tables(child tables).

How can I take the first_name and last_name of the master record and display that on the foreign table record instead of the full table being displayed. Currently, when I select Contacts for a person in the db, the full table is displayed on the next page.

admin 11/17/2005

You can reduce number of master record fields modifing function DisplayMasterTableInfo($rsMaster). That's the only way to adjust master info diplayed on the top of details page.