DBWPartPreApproveEvent

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

DBWPartPreApproveEvent

Description

Detects the occurrence of a pre-approve event on a Part.
A pre approve event type is detected before the database updating.

Syntax

Function DBWPartPreApproveEvent()

Return Values

TRUE

If a pre approve event on Part has occoured

FALSE

otherwise

Example

if DBWPartPreApproveEvent() then
 msgbox "Part - PreApprove Event"
end if