Jeroen Steggink
|
| Posted: 09/11/2002, 1:00 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. I also 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? So how do I check if
the form is filled in succesfully?
Jeroen
|
|
|
 |
|