Skip to content

Save_Confirmation - cUIObject

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

Type: Function
Return Data Type: integer

Syntax

Function Save_Confirmation Returns integer

Call Example

Get Save_Confirmation to integerVariable

Description

The Save_Confirmation function pops up a "Yes/No" confirmation for a save.

Prompts: Save this Record?

DEO usage

Set Verify_Save_Msg to (RefFunc(Save_Confirmation))

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

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

See Also

Confirm

Return Value

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