DBWAssemblyPreApproveEvent

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

DBWAssemblyPreApproveEvent

Description

Detects the occurence of a preapprove event on an assembly.
A pre approve event type is detected before the database updating.

Syntax

Function DBWAssemblyPreApproveEvent()

Return Values

TRUE

If a pre approve event on assembly has occoured

FALSE

otherwise

Example

if DBWAssemblyPreApproveEvent() then
 msgbox "ASSEMBLY - PreApprove Event"
end if