A dialog box to select server from a list pops up unnecessarily

Generally, when we try to open a database existing on a server for the very first time and the connection document does not exist then, Notes throws a pop-up asking the user to provide the server details. If we enter the IP or the server name, it opens the database for us.

Now, my issue is, the connection document already exists and when trying to open a database on a server, (whose details are mentioned in the connection document) the database opens. But, if I am trying to click on a link which would compose a form, this pop-up would reappear asking me to enter the server detail. If I enter the detail, it composes the form and I can fill in details into it. In the form, again if I click on a button which would fill in a field, the list of servers pops up again.

Kindly suggest a solution.

Thanks in advance.

Subject: A dialog box to select server from a list pops up unnecessarily

change the priority in the connection document from low to high…else i guess your compose formula is reffering to some other db i.e. the @Command([Compose];“SomeSever”:“DB”;“FormName”) might be reffering to someserver whos connection document does not exist

Subject: RE: A dialog box to select server from a list pops up unnecessarily

Hello Amith,

Thanks for the response. The compose formula is @Command([Compose];“FormName”) because its on the same server. So, there is no scope for the formula to point to a different server.

I still haven’t checked out but what do I do if the problem persists?