Mastering Business Analysis with Crystal Reports 9 (Wordware Applications Library)
|
Evaluation time functions control the presentation of data when it is generated.
| Function | Description | Arguments |
|---|---|---|
| BeforeReadingRecords | Specifies that the formula is to be evaluated before the database records are read. | (no arguments) |
| WhileReadingRecords | Forces the program to evaluate the formula while it is reading database record data. | (no arguments) |
| WhilePrintingRecords | Forces the program to evaluate the formula while it is printing database record data. | (no arguments) |
| EvaluateAfter (x) | Used to force one formula to be evaluated after another. | x is any valid formula name. |
|