This topic is locked

master detail record going to view page

3/30/2012 5:00:24 PM
PHPRunner General questions
author

SOLVED..
I'm using ver 6.0 and I would like the master detail record to go straight from the master list page to the detail view page.
Found It!!

Event.. List page after record processed

$record["DetailTableName_dtablelink_attrs"]=" href=\"DetailTableName_list.php?editid1=".$data["IDField"]."\" ";


This works perfect