Get Database Name

Hi,

I am stuck in to one problem. Scenario is :

I have three fields

Domain Name :

Server Name :

Database Name :

When I select the domain name, all the server resides on the selected domain gets populated on the server name field. (This is working perfectly. I fetched the domain name and the list of the servers from names.nsf)

Now I need that according to the selected server, list of the databases resides on the selected server should be visible in the database field.

How to get the list of the databases on the selected server.

Please assist.

Thanks & Regards,

Suchita

Subject: Get Database Name

Looping through the NotesDbDirectory object will give you this information.

Subject: RE: Get Database Name

Thank you so much Rob. It works.