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
|
|
Boolean |