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 Chapter 10: Programming Techniques Transaction Processing programming example.

  • No labels