Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
PromptBeforeExecuting Property
See Also Example Applies To
Specifies whether a confirmation displays before an object is executed at design time.
Syntax
object.PromptBeforeExecuting [=Boolean]
The PromptBeforeExecuting property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an item in the Applies To list. |
Boolean | A Boolean expression that specifies whether a confirmation dialog box displays before an object is executed. |
Remarks
This property corresponds to the Prompt before executing command check box in the Options dialog box and is specific to your system. Therefore, changing it for one DataEnvironment object automatically changes it for all DataEnvironment objects on your system.
When setting the source of a DECommand object using the Data Environment Extensibility Object Model, first set the PromptBeforeExecuting property to False to prevent the confirmation dialog box from appearing.