|
<< Click to Display Table of Contents >> Navigation: »No topics above this level« DBWDrawingApproveEvent |
Detects the occurence of an approve event on a drawing
Function DBWDrawingApproveEvent()
TRUE |
If an approve event on drawing has occoured |
|---|---|
FALSE |
otherwise |
if DBWDrawingApproveEvent() then
msgbox "DRAWING - Approve Event"
end if