SDMSClient.CustomOpenFileDialog

Use this function to display a standard windows file open dialog box customized to allow open from SDMS.

Syntax Parameters Return value
Function SDMSClient.CustomOpenFileDialog( _
    ByRef selectedDocument_out As SDMSDocument, _
    ByRef Pathname_out As String, _
    Optional bAllowCheckout As Boolean = True, _
    Optional Filter As Variant) As Boolean
  • selectedDocument_out [out]

    Type:

  • Pathname_out [out]

    Type: String

  • bAllowCheckout [in, optional]

    Type: Boolean

    Default value: True

  • Filter [in, optional]

    Type: Variant

Boolean