DBWAssemblyCheckoutEvent

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

DBWAssemblyCheckoutEvent

Description

Detects the occurence of a checkout event on an assembly

Syntax

Function DBWAssemblyCheckoutEvent()

Return Values

TRUE

If a checkout event on assembly has occoured

FALSE

otherwise

Example

if DBWAssemblyCheckoutEvent() then
 msgbox "Assembly - Checkout Event"
end if