Applies To:
Connection object, MetaDataConnection object
Description:
Enables the display of the Show Advanced Properties dialog in the OCE wizard.
Action:
Read-write, Boolean
Example:
This example shows how to set the ShowAdvanced (Property):
ActiveDocument.Sections["Query"].DataModel.Connection.Open ("d:\\OCEs\\PlutoSQL.oce") ActiveDocument.Sections["Query"].DataModel.Connection.ShowAdvanced = true ActiveDocument.Sections["Query"].DataModel.Connection.Save()