Skip to content

Verify_Save - cDbCJGrid

Sends the Verify_Save_msg message when user action causes the program to get this function

Type: Function
Return Data Type: Integer

Syntax

Function Verify_Save Returns Integer

Call Example

Get Verify_Save to IntegerVariable

Description

This Verify_Save function sends the Verify_Save_msg message when user action causes the program to get this function.

That message displays the verification prompt and processes user response to it. If users respond to verify the save, this function returns zero (0) and the requested action proceeds; all other responses result in the request being cancelled and the state of the program is restored to that immediately before the action was requested. Intended to be sent anywhere a save may occur.

Sent by Request_Save.

Return Value

If users respond to verify the save, this function returns zero (false) and the requested action proceeds; all other responses result in a return value of true