ShowPropertiesAfterCreate Property

       

Specifies whether the Properties dialog box displays immediately after a DECommand or DEConnection object is created.

Syntax

object.ShowProperties [=Boolean]

The ShowProperties 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 the Command or Connection Properties dialog box displays after a DECommand or DEConnection object is created.

Remarks

This property corresponds to the Show Properties After Create 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 adding an object using the Data Environment Extensibility Object Model, first set the ShowPropertiesAfterCreate property to False to prevent the Properties dialog box from appearing.