There's kind of a lot to this answer. My understanding is that the formulas will be calculated top down, so a field at the top of the form will be calculated before a field at the bottom of the form.
However, within each field, if there is more than one bit of formula, then there is also an order of execution.
You are best looking at the Lotus Domino Designer Help for specific details on this one though.
2 sections to look at, from the index, are "Formula Language" and the subsection "operator precedence" and also the section on "@Commands" and the subsection "order of evaluation".
Are there any events being triggered such as PostOpen, QueryOpen etc? Just in case something in there is also doing some work.
Main Topics
Browse All Topics





by: mabowdenPosted on 2009-11-04 at 09:39:38ID: 25741799
I'm not sure if this is much help, but a form is evaluated top to bottom, left to right. So any fields on the top of the form are executed first, then they move across from left to right. Then the next line down and so on. I have often had to use "hide when" formulas at both the top and bottom of the form, depending on when the evaluation takes place.