TableBox.ChangeRow

Syntax:

ChangeRow()

Description:

Starts interactive modification of current row data, similar to the "Edit" command.

Availability:

Thick client.

Note:

The edit mode is set if the current column is available for editing. If the first column is not editable (e.g. an image), it is recommended to specify the required current column.
If a table box is linked to a record set of information register records can be changed manually only if "Independent" write mode is specified for the register (specified during configuring). If a record set belongs to an accumulation register, or "Subordinate to recorder" write mode is set for information register you can not change records manually.

Example:

Controls.TableBox.ChangeRow();

    

1C:Enterprise Developer's Community