2.0

Error Messages
Technical Information 10-11
Calculation Error: Cannot resolve circular references.
This message appears if two or more fields are logically connected in a
closed loop so that no value can be returned. For example, suppose you
selected the field
Cost1
and created this calculation for it:
Sum([Cost1];[Cost2])
A circular reference error message would appear because the selected
field cannot be involved in returning its own sum.
Calculation Error: Invalid Field Name ([field name]). Correct the
field name or enter another in the expression for [field name].
A field name in your calculation does not exist in the form. It may be
misspelled or it may have been deleted from the form after the
calculation was previously accepted. Correct the field name, add it to the
form if it is missing, or change the calculation.
Calculation Error: Invalid Field used in calculation. [field name1]
cannot be used in the Expression for [field name2].
You used an invalid field, such as a fill graphic, in a calculation. Only fill
text, comb, check box, and circle text fields can be used in calculations.
Calculation Error: Missing ']'.
The calculation is missing a bracket. All field names that contain a space
must be enclosed by brackets. OmniForm does not automatically insert
brackets around a manually created field name that contains a space.
You must enter brackets for it manually.
Calculation Error: Missing '('.
The calculation is missing a left parenthesis. (The same message with a
right parenthesis appears if that is missing.) Parentheses must enclose
an entire function.
It is easy to leave out a parenthesis in a long, manually created
calculation containing multiple functions. Try using the Calculation
Builder instead so that OmniForm inserts parentheses automatically.
See Chapter 9, Using Calculations, for more information.