You are here: Function Reference > Alphabetical Listing > R > ResetOvFlwSym

ResetOvFlwSym

Use this procedure/function to reset the value in an overflow symbol to zero.

Syntax

ResetOvFlwSym (Form, Symbol)

Parameter

Description

Form

Enter the name of the form that contains the fields on which overflow processing will occur.

Symbol

Enter the name you want to use as the overflow symbol.

The system optionally returns one (1) on success or zero (0) on failure. This procedure stores a zero (0) in the specified overflow symbol.

Note This procedure provides DAL with the functionality included in Documaker Server’s ResetOvFlw and ResetOvSym rules.

Example

Here is an example:

#reset_rc = ResetOvFlwSym ("CP0101NL", "Loc_Cnt")

In this example, the overflow symbol, Loc_Cnt, is set to zero and the DAL integer variable, #reset_rc, is set to a one (1) on success and zero (0) on failure.

Syntax