Table of Contents

Control_Off routine

Description

Removes transaction and domain validation controls from Native Tables.

Syntax

Control_Off(tablelist, tempflag)

Parameters

The Control_Off routine has the following parameters.

ParameterDescription
tablelistA table or list of tables from which to remove transaction control.
tempflagIf passed true, then temporarily removes control features. Controls are automatically added to this table(s) the next time the table is accessed, if controls have been specified as permanently applicable.

See Also

Control_On

Example

See Transaction Processing programming example.