What are the valid values for saveoptions field?

I have used this field in the past for saving/not saving a document using the values of 1/0. However, I have recently inherited an application that has code that reads:

FIELD SaveOptions:=“4”;

Can anyone please tell me what 2, 3, 4 represent in the saveoptions field?

I found another reference to saveoptions being set to 5 on the 4/5 forum, but no answer.

http://www-10.lotus.com/ldd/46dom.nsf/55c38d716d632d9b8525689b005ba1c0/94bafa729ea515ac852567c900421aeb?OpenDocument

Thanks for any assistance!

Subject: What are the valid values for saveoptions field???

Dear Green,

One the basic concept about SaveOptions field is that only “1” and “0” is a valid value for this . U can take any value like 5, 6, or 007 But its doesnot ask for saving a document but if u write code for save a document like @filesave it will save the document .

By using any value except “1” and “0” u can restrict user to save document by pressing “Esc” key.

But as u know if u have saveoptions field with “0” value , u never save the document its doesnot matter u write code for saving like @filesave.

Rishi