Hi, i am using phprunner v7.0.
If i select "Hide data until search" for all table, Is it possible to use a condition to show the data on the details page only if a record from the master table is selected ?
Something like this:
//Before display the details table list page
if ($_SESSION[$strTableName."_masterkey1"] != NULL) {
//disable the hide data until search
}
Thanks,