Formulas inherit values from selected document -> Don't work with domino 6 server ... How can I do to replace this easy

Zuuutt …I am very disappointed because its don’t work in V6 … !!!

If someone can help me to replace this fonctionnality more easy …

Subject: RE: Formulas inherit values from selected document → Don’t work with domino 6 server … How can I do to replace this easy

This function does work with Domino 6. You’re just not doing it right.

Subject: RE: Formulas inherit values from selected document → Don’t work with domino 6 server … How can I do to replace this easy

No !! its’ don"t works… !What do you mean ? I don’t understand !!!

Subject: What he meant is that: It works for him and that you must be doing something else wrong.

It also works for me in all my applications, so I am agreeing with him. You must be doing something else wrong.

Subject: RE: What he meant is that: It works for him and that you must be doing something else wrong.

The only things I do in my “form properties”…

The option selected is :

“Formula inherit value from selected document”

Subject: RE: What he meant is that: It works for him and that you must be doing something else wrong.

Ok – that’s not enough. Notice the option says formulas inherit values, not fields inherit values. You need to write default formulas (or value formulas for computed fields) on the second form. These formulas may use field names from the first form.

For instance, if you have a field called Subject that’s supposed to inherit its default value from a field called Subject on the other form, you would write the formula Subject in the default formula of the Subject field on the second form. Although the field names are the same in this example, they don’t need to be.

If the formula uses the name of a field that’s higher up on the second form, you are referring to that field. Otherwise, you’re referring to a field on the original document.