ShowProgress |
This page in 2003 Top Previous Next |
|
Gets or sets a boolean value to specify whether user-interface progress indicators are shown during calls to IOAKAPI members. Applies to SYNTAX showProgress = expression.ShowProgress expression.ShowProgress = True expression Required. An expression that returns an IOAKAPI object. showProgress A boolean value indicating the value of the property. Remarks By default, user-interface progress indicators are not shown during calls to IOAKAPI members.The purpose of the IOAKAPI interface is to provide access to OAK functions that bypass the user-interface. However, in many cases, the progress indicators may still be desired, for example, when a long-running operation has been initiated using parameters calculated in a VBA macro. In this case, the progress indicators can be turned on using this property. |