This topic is locked

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

3/1/2011 1:40:11 PM
ASPRunnerPro Tips and tricks
admin

Applies to ASPRunnerPro 6.3.
In BeforeDisplay event of the List page in question add the following code:

if xt.xt_vars("message")<>"" then

xt.assign "message","No cars found"

end if