Avatar of aracstrac
aracstrac

asked on 

Select Dialog

How can I do in lotusscript or @formula to show something like an "Open Database Dialog" or "New Database Dialog" where the user can select a folder or DB and I can get the servername, the path and the database name selected
Lotus IBM

Avatar of undefined
Last Comment
qwaletee
Avatar of RanjeetRain
RanjeetRain

YOu can use OpenFIleDialog method OR @PICKLIST.
Avatar of RanjeetRain
RanjeetRain

Based on example from designer help:


      Dim workspace As New NotesUIWorkspace
      Dim files As Variant
      files = workspace.OpenFileDialog(False, "Select database", "*.nsf", "c:\Lotus\Notes\Data\")
      Dim messagelist As String
      Forall filelist In files
            messagelist = messagelist & filelist & Chr(10)
      End Forall
      Messagebox messagelist
Avatar of HemanthaKumar
HemanthaKumar

Use @Prompt([CHOOSEDATABASE];"";"")

~Hemanth
ASKER CERTIFIED SOLUTION
Avatar of qwaletee
qwaletee

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
Lotus IBM
Lotus IBM

Lotus Software produced the Lotus 1-2-3 spreadsheet program, and later developed Lotus Notes, a groupware and email system. Following its acquisition by IBM, the Notes and Domino client/server collaborative platform were expanded to include functions such as email, calendars, to-do lists, contacts management, teamrooms, discussion forums, file sharing, microblogging, instant messaging, blogs, and user directories. IBM also release SmartSuite, a comprehensive office suite, and followed that with Symphony, unrelated to the Lotus suite of the same name.

21K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo