FormTable.OnStartEdit

Syntax:

OnStartEdit(<NewRow>, <Clone>)

Parameters:

<NewRow>

Type: Boolean.
A flag of editing a new row. Is set to the True value, if a row was added or copied.

<Clone>

Type: Boolean.
Defines the copying mode. If True is set, row copying occurs.

Description:

Called if editing is performed directly in a table.

Note:

In the handler of this event, you cannot use form server methods with the compiler directive &AtServer.

    

1C:Enterprise Developer's Community