DBWDrawingPreApproveEvent

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

DBWDrawingPreApproveEvent

Description

Detects the occurrence of a pre-approve event on a drawing.
A pre approve event type is detected before the database updating.

Syntax

Function DBWDrawingPreApproveEvent()

Return Values

TRUE

If a pre approve event on drawing has occoured

FALSE

otherwise

Example

if DBWDrawingPreApproveEvent() then
 msgbox "DRAWING - PreApprove Event"
end if