Form.BeforeClose
Syntax:
Parameters:
<Cancel>
Close form cancel flag. If the True value parameter is included in the procedure-processing body, then the form close is not performed.
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 closes.
For forms linked with types DocumentObject.
Default value: True.
Description:
Note: