|
<< Click to Display Table of Contents >> Navigation: »No topics above this level« DBWDrawingPreApproveEvent |
Detects the occurrence of a pre-approve event on a drawing.
A pre approve event type is detected before the database updating.
Function DBWDrawingPreApproveEvent()
TRUE |
If a pre approve event on drawing has occoured |
|---|---|
FALSE |
otherwise |
if DBWDrawingPreApproveEvent() then
msgbox "DRAWING - PreApprove Event"
end if