Parameter | Description |
---|---|
hmCallBack | Handlef callback message to use |
Procedure SaveConfirmation Handle hmCallBack
Call: | Send SaveConfirmation hmCallBack |
This is the default save confirmation message. You can use Verify_Save_Msg to specify a custom save confirmation message to use instead or to turn off the save confirmation.
This sample shows how to create a custom SaveConfirmation that is identical to the default class SaveConfirmation, but makes Yes the default button.
Procedure SaveConfirmation Handle hmCallBack Send ShowYesNo (Self) hmCallBack C_$SaveThisRecord C_$Confirm cmYes End_Procedure