Form.OnOpen

Syntax:

OnOpen()

Description:

Occurs when the form is opened and before the window displays to the user.

Note:

Form opening cannot be cancelled in the event handler.
  • At programmatic page scroll mode switching the following should be taken into account: it is allowed to enable the scroll page mode in event handler. Disabling the scroll page mode is ignored in this method.
  • On an attempt to open a form that is already open the BeforeOpen and OnOpen events do not occur.

    

1C:Enterprise Developer's Community