BeforeInsertExecute BeforeDeleteExecute ?
Posted: Mon 18 Oct 2010 14:29
The event BeforeUpdateExecute exists and it allows me to set parameters, which is great.
However I need to do the same thing for insert and delete but those events don't seem to exist???
How can I fill in some parameters with SQLInsert and SQLDelete? Most parameters are taken from the dataset, such as the ID, but there are some parameters that I need to fill in myself (for example the user ID).
However I need to do the same thing for insert and delete but those events don't seem to exist???
How can I fill in some parameters with SQLInsert and SQLDelete? Most parameters are taken from the dataset, such as the ID, but there are some parameters that I need to fill in myself (for example the user ID).