DBWDrawingApproveEvent

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

DBWDrawingApproveEvent

Description

Detects the occurence of an approve event on a drawing

Syntax

Function DBWDrawingApproveEvent()

Return Values

TRUE

If an approve event on drawing has occoured

FALSE

otherwise

Example

if DBWDrawingApproveEvent() then
 msgbox "DRAWING - Approve Event"
end if