This topic is locked

How to change "No records found' message for each table

3/1/2011 1:41:33 PM
PHPRunner Tips and Tricks
Sergey Kornilov admin

In BeforeDisplay event of the List page in question add the following code:

if($xt->getvar("message"))

$xt->assign("message", "No cars found");
C
choanhemnhe 3/27/2011

I need this!

Thanks