|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Library Reference > Project > DBWProjectNewEvent |
Detects the occurence of a new event on a project (an event of the type called "new")
Function DBWProjectNewEvent()
TRUE |
If a new event on project has occurred |
|---|---|
FALSE |
otherwise |
if DBWProjectNewEvent() then
msgbox "PROJECT - New Event"
end if