We created a Navigator which is integrated in several Databases. The Items in it are customizable with @Formulas. So when i click on an item, the defined @Formula is evaluated and jumps to the defined database.
Since we had Problems with the FileOpenDBRepID Command, we use Notes-URLs instead. They work actually quite good and fast. So we compute the server name wheter we are on the server (CN Server Name, e.g. notes://servername/db.nsf/viewxy?openView) or on local (empty, e.g. notes:///db.nsf/viewxy?openView)
But there is one Problem: If i use stacked workspace icons, notes wants to open always the TOP lying Database. So when i am on local, but one DB Stacked Icon is on top with Server Name, then an Error Message appears: “Unable to find path to server…”. But the url with 3 Slashed “notes:///” has been built correctly…
Anybody knows a workaround for that? Or is it a bug, which chould be fixed soon:-)