DBWPartApproveEvent

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

DBWPartApproveEvent

Description

Detects the occurence of an approve event on a Part

Syntax

Function DBWPartApproveEvent()

Return Values

TRUE

If an approve event on Part has occoured

FALSE

otherwise

Example

if DBWPartApproveEvent() then
 msgbox "Part - Approve Event"
end if