Delete_Confirmation - cUIObject

Pops up a "Yes/No" confirmation for a delete

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 Delete_Confirmation Returns Integer

Call: Get Delete_Confirmation to IntegerVariable


Description

Prompts: Delete this Record?

DEO usage

Set Verify_Delete_Msg to (RefFunc(Delete_Confirmation))

This will most often be used with entry forms and editors that are children of entry forms.

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

See Also

Confirm