This topic is locked

Show/Hide data until search

2/17/2014 4:20:50 PM
PHPRunner General questions
B
bellocs author

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,