DBWGenericPreApproveEvent

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

DBWGenericPreApproveEvent

Description

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

Syntax

Function DBWGenericPreApproveEvent()

Return Values

TRUE

If a PreApprove event on generic has occurred

FALSE

otherwise

Example

if DBWGenericPreApproveEvent() then
 msgbox "Generic - PreApprove Event"
end if