Back
errHideMessages
Error Handling, Redirects
errHideMessages
Hide warning messages
Default:
If $lens->errHideMessages = 0, then all errors and notices are shown.

To hide all notices (normally harmless warnings).

$lens->errHideMessages = LENSNOTICE;

The only notice currently is that no records can be found.
$lang->txtErrNoRecords = "No records found";

The following will hide all notices and warnings. Warnings are mostly data entry errors.

$lens->errHideMessages = LENSWARNING;

 Basic:Yes  Advanced/Enterprise:Yes  DynamicEdit:Yes   [Version 1.3]