Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<blockquote> <p>shb is a shortcut that opens a specific document in Windows when double-clicked; executed by the Windows Shell Scrap Object Handler (shscrap.dll). It's similar to a .LNK file, but not as commonly used; also known as a "Windows Shortcut into a Document."</p> </blockquote> <p>See here, maybe this thread will provide more info: <a href="http://blogs.msdn.com/b/oldnewthing/archive/2007/11/12/6122832.aspx" rel="nofollow">http://blogs.msdn.com/b/oldnewthing/archive/2007/11/12/6122832.aspx</a></p> <p>So, apparently, the shb file is created when you drag-and-drop a Notes document into a Windows context.</p> <p>What do you see when you open a shb file in text editor? If you can see some of the formats like this </p> <p><strong>- Link description:</strong></p> <p>Application 'MailDb', View 'Inbox', Document 'Doc Subject'</p> <p><strong>- db replica ID:</strong></p> <p>C125722E:00342CBB</p> <p><strong>- View id / Document ID:</strong></p> <p>OF38D45BF5:E8F08834-ON852564B5:00129B2C</p> <p>you could construct URLs that would open in either web browser or Lotus Notes client and open the database > view > document by appending this to your Domino server's url (for web browser) or to "notes://server" (for Notes client) :</p> <p>/Database/View/Document?OpenDocument</p> <p>See here for more info on Lotus Domino URL construction rules: <a href="http://publib.boulder.ibm.com/infocenter/domhelp/v8r0/index.jsp?topic=/com.ibm.designer.domino.main.doc/H_ABOUT_DOMINO_URL_COMMANDS_4332.html" rel="nofollow">http://publib.boulder.ibm.com/infocenter/domhelp/v8r0/index.jsp?topic=/com.ibm.designer.domino.main.doc/H_ABOUT_DOMINO_URL_COMMANDS_4332.html</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload