Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Under Consideration
Workspace Domino Designer
Categories LotusScript
Created by Guest
Created on Nov 19, 2019

Create method for select a folder on the server (component "Browser by server data directory")

I'm, as programmer, want to have a method in class "NotesUIWorkspace" to show browser by server data directory.

Such a window already exists in dialog "Archive settings -> Archive Criteria"  for server side archive config

For example, it will be "selectFolder( [initDir as String] ) as String"

initDir  - default value is directory of context database

initDir - "" is root of DATA


Dim ws as New NotesUIWorkspace

 

Dim folder as String, subFolder as String,  rootFolder as String

folder = ws.SelectFolder()

subFolder= ws.SelectFolder( "./subfolders" )

rootFolder  = ws.SelectFolder( "" )

rootFolder  = ws.SelectFolder( "acme\sub" )

 

Or

 

It will be "15" for method ws.Prompt with advanced parameters
folder = ws.Prompt( 14 ... )

  • Attach files