Updated and Created timestamps

Wagner,


Is it possible with Aurelius to time stamp updates and inserts using Aurelius.  What I am looking for is something like Firebird's before insert/update triggers.  If I am right the new TManagerEvents are more akin to Firebird's 'After' triggers and can not be used for data manipulation only do something with what has already been saved.

Steve

Hi Steve, that is correct, the events are for after postings. We are investigating to create pre-saving events, although they are a little bit more complicated - but will be done eventually. For now, you could just try to use the post-events and do a work around, like updating the timestamp using a different manager or using sql directly.