Jeroen
|
| Posted: 09/09/2002, 8:00 AM |
|
I'd like to do a check to see if there are any errors (required fields that are not filled in or do not match the validation). I tried using $object->Errors->Count() in On Validation, but I always get 0 as a result even if there are for example 6 errors. Why is this?
|
|
|
 |
Jeroen
|
| Posted: 09/10/2002, 3:12 AM |
|
I want to send a mail when the record form is filled in succesfully and then hide the form and display a message that a mail has been sent. The only problem is that I don't know how to do the check. I only use the record form because of easy error detecting. I don't write anything to a database. I tried using AfterInsert, AfterUpdate, but they are not processed somehow. Setting my button to update or insert didn't do the job. So how do I check if the form is filled in succesfully?
|
|
|
 |
|