Value of form is Changing on simple save?

Hi all,

I’m just saving a document(ctrl+s) and when I click out of edit mode the document disappears and the next document in the view I’m in loads. I’ve checked in a view that does no selection of any type and the document I saved that disappeared now has no form field in the docs properties.

The form is set to store forms in documents.

The form is the default form.

Any Ideas?

Ben

Subject: Value of form is Changing on simple save???

What do you mean by ‘click out of edit mode’?What is the alias of the form you are using?

What is the view selection criteria?

Does the view have a form formula specified?

Are you sure there’s no Form field on teh documet, and no QuerySave or QueryClose code setting the form to anythng?

Subject: Solved: Value of form is Changing on simple save???

Ok,It appears that “store forms in document” was selected after the db had been initiallized. Views were created to select documents where form = “Store Form”

When editing and then saving forms with the option “Store forms in documents” it deletes the form field and creates the $Title field.

A simple unchecking of the box or a new selection of:

SELECT ((Form = “Store Form”) | ($Title=“Store Form”))

suffices.

Ben