ra_set_autocorrection

Description

Enables or disables autocorrection for marked tables.

Syntax

ra_set_autocorrection [all | tablename] {, [enable | disable]}

Parameters

all

To enable autocorrection for all marked tables, follow the ra_set_autocorrection command with the all and enable keywords:

ra_set_autocorrection all, enable

To disable autocorrection for all marked tables, follow the ra_set_autocorrection command with the all and disable keywords:

ra_set_autocorrection all, disable

tablename

To enable autocorrection for one marked table, follow the ra_set_autocorrection command with the tablename parameter and the enable keyword:

ra_set_autocorrection tablename, enable

To disable autocorrection for one marked table, follow the ra_set_autocorrection command with the tablename parameter and the disable keyword:

ra_set_autocorrection tablename, disable

To display autocorrection status for one marked table, follow the ra_set_autocorrection command with the tablename parameter alone:

ra_set_autocorrection tablename

enable

Use the enable keyword to enable autocorrection for one marked table or all marked tables.

disable

Use the disable keyword to disable autocorrection for one marked table or all marked tables.

Examples

Example 1

ra_set_autocorrection mytable, enable

This command enables autocorrection for the marked table named mytable.

Example 2

ra_set_autocorrection all, enable

This command enables autocorrection for all marked tables.

Example 3

ra_set_autocorrection mytable, disable

This command disables autocorrection for the marked table named mytable.

Example 4

ra_set_autocorrection all, disable

This command disables autocorrection for all marked tables.

Example 5

ra_set_autocorrection mytable

This command displays autocorrection status for the marked table named mytable.

Usage