Pages

Tuesday, December 22, 2009

Open Database Dialog - Lotus Script


There was one project in which I had to provide an option for the user to choose a database from a particular server in Lotus Notes.

Since I am a dummy, I started with the scalar thinking of how I should develope a UI for the same, how to build the list of databases, where to look for the names of the databases etc....

It was then that I found a un-documented feature (I mean it is not their in the designer help) that does what I need in Lotusscript.

It is hidden inside one of the constructors of workspace.Prompt methods and is as follows....

empDBObj= workspace.Prompt(13,"","")

No comments:

Post a Comment