This topic is locked

Master-Detail Link

8/29/2006 3:03:01 PM
PHPRunner General questions
S
steviechan83 author

Hi,
I'm wondering where or what i should do to change the link for the master detail relationship.
Edit | View | Delete | Project Detail | Project Name
to
Edit | View | Delete | Project Name
Note: 'Project Detail' is the link for the master-detail. However, I want to change the link so that when 'Project Name' is clicked, it will do the same thing.
This is for the tablename_list.php page.
Would I change this in the WriteTableHeader() or loopRS()?
Thanks
Stephen

S
steviechan83 author 8/29/2006

I wrapped this with HTML tags <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=10762&image=1&table=forumreplies' class='bbc_emoticon' alt=':D' />
if($lookuprow=db_fetch_numarray($rsLookup))

echo ProcessLargeText($lookuprow[0]);

else

echo ProcessLargeText(GetData($rsData,$data,"projectCode", ""),$iquery);
Thanks