JavaScript Editor js editor     Web development 



Main Page

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

ApplicationObject.OLEServerBusyRaiseError[ = lExpression]

Return Value

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.

Remarks

See Also



JavaScript Editor js editor     Web development