Returns 0 if the confirmation is approved, returns non_zero if the process should be halted
Function Delete_Confirmation Returns Integer
| Call: | Get Delete_Confirmation to IntegerVariable |
Prompts: Delete this Record?
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.