Form.OnReopen

Syntax:

OnReopen(<StandardProcessing>)

Parameters:

<StandardProcessing>

Type: Boolean.
This parameter passes a flag indicating whether standard (system) processing of the event is performed. If it is set to False in the body of the handler procedure, standard processing will not occur. Canceling the standard processing does not cancel the action.
Default value: True.

Description:

Occurs when the form is opened again. The form opens again when the Open method is run for a form that is already open.

    

1C:Enterprise Developer's Community