Equinox Online Help - Language Reference - A to Z

Home

ResetBlock

Applies to
SyntaxResetBlock ObjectExpression
Action[Statement] Resets an automatic total on a report block.
ScopeOnly usable in report methods.
Notes

You can set up a report block so that it automatically displays total, average, maximum, or minimum values for numeric fields. This statement resets all such calculated values, for a specified block. The argument, ObjectExpression, is the object name of the required block.

CategoryReports
See Also ChoosePrinter, ForceBreak, NewPage, Print Setup, PrinterSettings, ReportField
Example

This example resets the summary block if the month of March is printed.

If MonthNo = 3 Then reset Block "summary"