OLEServerBusyRaiseError Property

Applies To   See Also

Specifies whether an error message is displayed when an Automation request is rejected. Read/write at run time.

Syntax

ApplicationObject.OLEServerBusyRaiseError[ = lExpression]

Settings

lExpression

One of the following settings:

Setting Description
.T. (True) An error doesn't occur and a busy message is not displayed when the number of milliseconds specified by the OLEServerBusyTimeout property have elapsed.
.F. (False) (Default) An error occurs and a busy message is displayed when the number of milliseconds specified by the OLEServerBusyTimeout property have elapsed.