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