DBWAssemblyApproveEvent

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

DBWAssemblyApproveEvent

Description

Detects the occurrence of an approve event on an assembly

Syntax

Function DBWAssemblyApproveEvent()

Return Values

TRUE

If an approve event on assembly has occoured

FALSE

otherwise

Example

if DBWAssemblyApproveEvent() then
 msgbox "Assembly - Approve Event"
end if