ESC Key does not give save option when exiting document

Somehow I have a form in my database that if a user edits it then presses “Esc”, the document closes without asking to save and doesn’t save. Does anyone know why this is happening?

Thanks, Paul

Subject: SaveOptions

You probably have a SaveOptions field with a value of 0 or “0” on the form or the document

Subject: That’s it

Christopher, that’s it!!!.. just happened to create that variable.

Actually this is one way to prevent using the Esc key to exit and save a document. Too bad it didn’t give an “Are you sure you want to exit without saving” pop-up.

Thanks, Paul