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