|
<< Click to Display Table of Contents >> Navigation: »No topics above this level« DBWGenericPreApproveEvent |
Detects the occurrence of a PreApprove event on a generic
A pre-approve event type is detected before the database updating.
Function DBWGenericPreApproveEvent()
TRUE |
If a PreApprove event on generic has occurred |
|---|---|
FALSE |
otherwise |
if DBWGenericPreApproveEvent() then
msgbox "Generic - PreApprove Event"
end if