Verify_Exit - cDbTagsForm
The Verify_Exit message searches through parent DEOs looking for a non-zero Verify_Exit_Msg
Type: Function
Return Data Type: Integer
Syntax
Function Verify_Exit Returns Integer
Call Example
Get Verify_Exit to IntegerVariable
Description
The Verify_Exit message searches through parent DEOs looking for a non-zero Verify_Exit_Msg. If you set Verify_Exist_Msg in the outer dialog, all objects will find it and use the same can-close function.
See Close_Panel for detailed explanations of the View and Modal Dialog deactivation process.
Return Value
The result should be zero if exit is allowed to continue, non-zero if it is not.