View member feedback to this tip.
Unfortunately, Notes does not allow us to copy properties from the Database properties dialog, and this can lead to transcription errors.
Here's a tip for displaying the server name and database path so that it can be copied and pasted elsewhere. Create a SmartIcon on the Universal SmartIcon toolbar with the code shown. To use, open the database and press the SmartIcon you added to display its server and filename.
Code: @Prompt([OKCANCELEDIT]; "Dbname";
"Here is the Database name.";
@Implode(@DbName; "!!"); @Implode(@DbName; "!!") )
MEMBER FEEDBACK TO THIS TIP
May I suggest another solution? Try the option from the menu File-Database-Design Synopsis... On the 'Choose Db Info' section the General Information can be selected, which in return provides a number of database properties details.
No smart-icon, no coding, just using a standard Notes functionality.
Lars P.
******************************************
There is an easy alternative to this.
Open the database in Designer, choose Database, Design Synopsis, go to the Database Information tab and select the General Information topic, then press OK.
The information displayed includes the database Title as well as the pathname.
Neil D.
Do you have comments on this tip? Let us know.
This tip was submitted to the SearchDomino.com tip exchange by member Stephen Cummings. Please let others know how useful it is via the rating scale at the end of the tip. Do you have a useful Notes/Domino tip or code to share? Submit it to our monthly tip contest and you could win a prize and a spot in our Hall of Fame.