User`s guide
Report file already exists. Overwrite sample.rpt?
You are attempting to save a report under the same name as an existing report. This will overwrite the
existing report and make it no longer available. Click Yes to overwrite the report, No to stop the saving
process to give you a chance to select a different name.
Report has changed. Save changes to sample.rpt before closing?
You are attempting to close a report window without first saving it, even though you have made changes
to the report since you opened it. The changes will be lost unless you save the report before closing.
Click Yes to save the changes, No to close the report without saving the changes.
'sampleFunction' must be assigned a value within the custom function.
You must assign a value to the function within in the custom function.
Sorry, this feature is not yet implemented. Try again later.
You have attempted to use a feature that has not been implemented in the current release. Wait till an
upgrade that implements the feature and try again.
The formula cannot be evaluated at the time specified.
You are trying to force a field, formula, or function to be evaluated earlier than is possible. Evaluation
time functions can only force a later evaluation time, never an earlier one. Change the formula to
accommodate the required evaluation time.
The formula is too complex. Try simplifying it.
The formula could not be evaluated because it exceeds the limit of 50 pending operations. Pending
operations are operations that are on hold due to order of precedence rules; they will be performed
once the operations with higher level precedence are finished.
Sometimes it is possible to rearrange the formula and calculate the same value without requiring as
many pending operations. As a very simplified example, in the formula 2+3*4, the addition cannot be
performed until the multiplication has been done. The addition thus becomes pending, on hold until the
multiplication is complete. If the formula is written as 3*4+2 instead, the operations can be performed
left-to-right with the same result, thus eliminating the pending operation.
Correct the formula and recheck.
The matching } for this field name is missing.
Field names must be enclosed in braces { }. You have entered one of the required braces but not the
other. Insert the missing brace and recheck.
The matching ' for this string is missing.
A string that begins with a ' must end with a ' before the end of the line. You have used the ' in one of
those positions but not the other. Insert the missing punctuation and recheck.
The matching " for this string is missing.
A string that begins with a " must end with a " before the end of the line. You have used the " in one of
those positions but not the other. Insert the missing punctuation and recheck.
2012-03-14445
Using Formulas