innonet
Posts: 55
|
| Posted: 08/12/2010, 9:34 PM |
|
Could someone please help me with setting up custom error messages ? System messages are most of the times confusing. I have a problem that I need to display a custom error messae if a record can not be added or updated because an entered value is too long.
Any help is appreciated !
|
 |
 |
tfertil
Posts: 43
|
| Posted: 11/18/2010, 4:07 PM |
|
innoet:
Maybe you can validate the value prior to trying to save it, using the Before Insert / Before Update events of your grid.?
|
 |
 |
datadoit
|
| Posted: 11/18/2010, 4:18 PM |
|
In your record form, choose the field you want to validate. For Events
-> Server -> On Validate, choose Add Action, and choose Validate Maximum
Length. Put in whatever error message you want under the properties for
the action.
|
|
|
 |
|