This topic is locked

How to change 'Nothing to see. Run some search.' message

5/1/2020 1:09:38 PM
PHPRunner Tips and Tricks
Sergey Kornilov admin

When you turn on "Hide data until search" option PHPRunner will display "Nothing to see. Run some search." message when the list page is loaded initially. To change this message add the following code to BeforeDisplay event of the List page:

$xt->assign("message", "my message");