OnBackup
The OnBackup event occurs when the prompt with the focus receives a command to go back to a previous prompt, as if the up arrow key was pressed.
Group: Events
Applies to: Application, Prompts
Syntax: OnBackup(Cancel)
Cancel (Boolean) is set to True if the backup movement should be stopped. Set it to False or do not change the default to allow the backup to continue.