Skip to content

Exit_Loss_Confirmation - cUIObject

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

Type: Function
Return Data Type: integer

Syntax

Function Exit_Loss_Confirmation Returns integer

Call Example

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

Return Value

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