This topic is locked

how to change error messages

4/24/2008 8:11:38 AM
PHPRunner General questions
W
webdino author

When I fill my fields in the add page it comes an error message column ..... cannot be null

The database field is not null - where can I change this message to german language?

Sergey Kornilov admin 4/24/2008

This message is coming directly from the database. You cannot modify it.
I recommend to create your own validation routine and execute in BeforeEdit/BeforeAdd events.