IDMNodeHelper.VarSelDialog6

Helper function to display a 4 var selection dialog. Can be called from IDMNode::Edit.

Syntax Parameters Return Value
Function IDMNodeHelper.VarSelDialog6( _
    pNode As DataMinerNode, _
    input_dataset_index As Long, _
    hwndParent As Long, _
    flags As Integer, _
    AllowOverlap As Boolean, _
    varsToInclude As Variant, _
    windowCaption As String, _
    editCaption1 As String, _
    measureTypeFlags1 As Long, _
    nMinSel1 As Long, _
    nMaxSel1 As Long, _
    ByRef vars1 As Variant, _
    editCaption2 As String, _
    measureTypeFlags2 As Long, _
    nMinSel2 As Long, _
    nMaxSel2 As Long, _
    ByRef vars2 As Variant, _
    editCaption3 As String, _
    measureTypeFlags3 As Long, _
    nMinSel3 As Long, _
    nMaxSel3 As Long, _
    ByRef vars3 As Variant, _
    editCaption4 As String, _
    measureTypeFlags4 As Long, _
    nMinSel4 As Long, _
    nMaxSel4 As Long, _
    ByRef vars4 As Variant, _
    editCaption5 As String, _
    measureTypeFlags5 As Long, _
    nMinSel5 As Long, _
    nMaxSel5 As Long, _
    ByRef vars5 As Variant, _
    editCaption6 As String, _
    measureTypeFlags6 As Long, _
    nMinSel6 As Long, _
    nMaxSel6 As Long, _
    ByRef vars6 As Variant) As Boolean
  • pNode [in]

Type: DataMinerNode

  • input_dataset_index [in]

Type: Long

  • hwndParent [in]

Type: Long

  • flags [in]

Type: Integer

  • AllowOverlap [in]

Type: Boolean

  • varsToInclude [in]

Type: Variant

  • windowCaption [in]

Type: String

  • editCaption1 [in]

Type: String

  • measureTypeFlags1 [in]

Type: Long

  • nMinSel1 [in]

Type: Long

  • vars1 [in,out]

Type: Variant

  • editCaption2 [in]

Type: String

  • measureTypeFlags2 [in]

Type: Long

  • nMinSel2 [in]

Type: Long

  • nMaxSel2 [in]

Type: Long

  • vars2 [in,out]

Type: Variant

  • editCaption3 [in]

Type: String

  • measureTypeFlags3 [in]

Type: Long

  • nMinSel3 [in]

Type: Long

  • nMaxSel3 [in]

Type: Long

  • vars3 [in,out]

Type: Variant

  • editCaption4 [in]

Type: String

  • measureTypeFlags4 [in]

Type: Long

  • nMinSel4 [in]

Type: Long

  • nMaxSel4 [in]

Type: Long

  • vars4 [in,out]

Type: Variant

  • editCaption5 [in]

Type: String

  • measureTypeFlags5 [in]

Type: Long

  • nMinSel5 [in]

Type: Long

  • nMaxSel5 [in]

Type: Long

  • vars5 [in,out]

Type: Variant

  • editCaption6 [in]

Type: String

  • measureTypeFlags6 [in]

Type: Long

  • nMinSel6 [in]

Type: Long

  • nMaxSel6 [in]

Type: Long

  • vars6 [in,out]

Type: Variant

Boolean