DBWProjectNewEvent

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > DBWCommandShell > Library Reference > Project >

DBWProjectNewEvent

Description

Detects the occurence of a new event on a project (an event of the type called "new")

Syntax

Function DBWProjectNewEvent()

Return Values

TRUE

If a new event on project has occurred

FALSE

otherwise

Example

if DBWProjectNewEvent() then
 msgbox "PROJECT - New Event"
end if