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