Form.BeforeOpen
Syntax:
Parameters:
<Cancel>
Form open cancel flag. If the True value parameter is included in the procedure-processing body, then the form will not be opened.
Default value: False.
<StandardProcessing>
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 standard processing does not change the way the form opens.
Default value: True.
Description:
Note:
- 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.