Data_Loss_Confirmation - cUIObject

Pops up a "Yes/No" confirmation for data 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 Data_Loss_Confirmation Returns Integer

Call: Get Data_Loss_Confirmation to IntegerVariable


Description

Prompts: Abandon Changes?

DEO usage

Set Verify_Data_Loss_Msg to (RefFunc(Data_Loss_Confirmation))

This message only gets sent when a clear or clear all would result in the loss of data.

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

See Also

Confirm