Exit_Loss_Confirmation - cUIObject

Pops up a "Yes/No" confirmation for exit loss

Type: Function

Return Data Type: Integer

Parameters: None

Return Value

Returns 0 if the confirmation is approved, returns non_zero if the process should be halted


Syntax
Function Exit_Loss_Confirmation Returns Integer

Call: Get Exit_Loss_Confirmation to IntegerVariable


Description

Prompts: Changes Exist. Exit this window?


The message declared in Verify_Exit_msg is sent whenever you close (deactivate) a view and there are changes in the view.

For a full explanation of the Exit_Loss_Confirmation function, see the Confirm function.


DEO usage

Set Verify_Exit_msg to (RefFunc(Exit_Loss_Confirmation))

See Also

Confirm