Application.PICompressedDataDialog

This property accesses the PI Compressed Data dialog via automation.

Syntax Parameters Return Value
ReadOnly Property Application.PICompressedDataDialog( _
    ByRef Servers As Variant, _
    ByRef Users As Variant, _
    ByRef Pwds As Variant, _
    ByRef Tags As Variant, _
    ByRef StartDate As Variant, _
    ByRef StopDate As Variant, _
    ByRef NumPointsFlag As Boolean, _
    ByRef NumPoints As Long, _
    ByRef Direction As Long, _
    ByRef Bdry As Long, _
    ByRef FilterExprFlag As Boolean, _
    ByRef FilterExpr As String, _
    ByRef Show As Long, _
    ByRef GoodOnly As Boolean, _
    ByRef MergeResults As Boolean) As Boolean
  • Servers [in,out]

Type: Variant

  • Users [in,out]

Type: Variant

  • Pwds [in,out]

Type: Variant

  • Tags [in,out]

Type: Variant

  • StartDate [in,out]

Type: Variant

  • StopDate [in,out]

Type: Variant

  • NumPointsFlag [in,out]

Type: Boolean

  • NumPoints [in,out]

Type: Long

  • Direction [in,out]

Type: Long

  • Bdry [in,out]

Type: Long

  • FilterExprFlag [in,out]

Type: Boolean

  • FilterExpr [in,out]

Type: String

  • Show [in,out]

Type: Long

  • GoodOnly [in,out]

Type: Boolean

  • MergeResults [in,out]

Type: Boolean

Boolean