<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Make the NotesURL property usable</title>
	<atom:link href="http://marc-bourassa.com/2007/12/31/make-the-notesurl-property-usable/feed" rel="self" type="application/rss+xml" />
	<link>http://marc-bourassa.com/2007/12/31/make-the-notesurl-property-usable</link>
	<description>Reality from Marc&#039;s point of view!</description>
	<lastBuildDate>Sat, 19 May 2012 06:10:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Serhii Riabovil</title>
		<link>http://marc-bourassa.com/2007/12/31/make-the-notesurl-property-usable/comment-page-1#comment-42425</link>
		<dc:creator>Serhii Riabovil</dc:creator>
		<pubDate>Wed, 22 Feb 2012 15:09:57 +0000</pubDate>
		<guid isPermaLink="false">http://marc-bourassa.com/2007/12/31/make-the-notesurl-property-usable/#comment-42425</guid>
		<description>It&#039;s easier to generate notesurl than parse that awkward NotesDocument.NotesURL

Function KosherNotesURL(doc As NotesDocument) As String
	
	Dim nnServer As NotesName
	
	Set nnServer = New NotesName (doc.ParentDatabase.Server)
	
	KosherNotesURL = &quot;notes://&quot; &amp; _
	nnServer.Common &amp; &quot;/&quot; &amp; _
	doc.ParentDatabase.ReplicaID &amp; &quot;/0/&quot; &amp; _
	doc.UniversalID &amp; _
	&quot;?OpenDocument&quot;
	
End Function&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;42425&#039;,&#039;Serhii Riabovil&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;42425&#039;,&#039;Serhii Riabovil&#039;,&#039;It\&#039;s easier to generate notesurl than parse that awkward NotesDocument.NotesURL\r\n\r\nFunction KosherNotesURL(doc As NotesDocument) As String\r\n	\r\n	Dim nnServer As NotesName\r\n	\r\n	Set nnServer = New NotesName (doc.ParentDatabase.Server)\r\n	\r\n	KosherNotesURL = \&quot;notes:\/\/\&quot; &amp; _\r\n	nnServer.Common &amp; \&quot;\/\&quot; &amp; _\r\n	doc.ParentDatabase.ReplicaID &amp; \&quot;\/0\/\&quot; &amp; _\r\n	doc.UniversalID &amp; _\r\n	\&quot;?OpenDocument\&quot;\r\n	\r\nEnd Function&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>It&#8217;s easier to generate notesurl than parse that awkward NotesDocument.NotesURL</p>
<p>Function KosherNotesURL(doc As NotesDocument) As String</p>
<p>	Dim nnServer As NotesName</p>
<p>	Set nnServer = New NotesName (doc.ParentDatabase.Server)</p>
<p>	KosherNotesURL = &#8220;notes://&#8221; &amp; _<br />
	nnServer.Common &amp; &#8220;/&#8221; &amp; _<br />
	doc.ParentDatabase.ReplicaID &amp; &#8220;/0/&#8221; &amp; _<br />
	doc.UniversalID &amp; _<br />
	&#8220;?OpenDocument&#8221;</p>
<p>End Function
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('42425','Serhii Riabovil'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('42425','Serhii Riabovil','It\'s easier to generate notesurl than parse that awkward NotesDocument.NotesURL\r\n\r\nFunction KosherNotesURL(doc As NotesDocument) As String\r\n	\r\n	Dim nnServer As NotesName\r\n	\r\n	Set nnServer = New NotesName (doc.ParentDatabase.Server)\r\n	\r\n	KosherNotesURL = \&quot;notes:\/\/\&quot; &amp;amp; _\r\n	nnServer.Common &amp;amp; \&quot;\/\&quot; &amp;amp; _\r\n	doc.ParentDatabase.ReplicaID &amp;amp; \&quot;\/0\/\&quot; &amp;amp; _\r\n	doc.UniversalID &amp;amp; _\r\n	\&quot;?OpenDocument\&quot;\r\n	\r\nEnd Function'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://marc-bourassa.com/2007/12/31/make-the-notesurl-property-usable/comment-page-1#comment-7933</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Sat, 06 Dec 2008 22:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://marc-bourassa.com/2007/12/31/make-the-notesurl-property-usable/#comment-7933</guid>
		<description>Thanks Hans, I&#039;ll have to give that a try. I thought that, if you did not have a replica on your workspace, it would come back and prompt you for the server.&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;7933&#039;,&#039;Marc&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;7933&#039;,&#039;Marc&#039;,&#039;Thanks Hans, I\&#039;ll have to give that a try. I thought that, if you did not have a replica on your workspace, it would come back and prompt you for the server.&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>Thanks Hans, I&#8217;ll have to give that a try. I thought that, if you did not have a replica on your workspace, it would come back and prompt you for the server.
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('7933','Marc'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('7933','Marc','Thanks Hans, I\'ll have to give that a try. I thought that, if you did not have a replica on your workspace, it would come back and prompt you for the server.'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans Holt</title>
		<link>http://marc-bourassa.com/2007/12/31/make-the-notesurl-property-usable/comment-page-1#comment-7932</link>
		<dc:creator>Hans Holt</dc:creator>
		<pubDate>Sat, 06 Dec 2008 20:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://marc-bourassa.com/2007/12/31/make-the-notesurl-property-usable/#comment-7932</guid>
		<description>You do not even need the servername - just use notes:///85256EDA00695075/0/EEF8D00A7E50A458852573BE0069A402?
All Notes links do not realy use the servername - If you have a replica on another server it might as well be accessed.

Regards,
Hans Holt&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;7932&#039;,&#039;Hans Holt&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;7932&#039;,&#039;Hans Holt&#039;,&#039;You do not even need the servername - just use notes:\/\/\/85256EDA00695075\/0\/EEF8D00A7E50A458852573BE0069A402?\r\nAll Notes links do not realy use the servername - If you have a replica on another server it might as well be accessed.\r\n\r\nRegards,\r\nHans Holt&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>You do not even need the servername &#8211; just use notes:///85256EDA00695075/0/EEF8D00A7E50A458852573BE0069A402?<br />
All Notes links do not realy use the servername &#8211; If you have a replica on another server it might as well be accessed.</p>
<p>Regards,<br />
Hans Holt
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('7932','Hans Holt'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('7932','Hans Holt','You do not even need the servername - just use notes:\/\/\/85256EDA00695075\/0\/EEF8D00A7E50A458852573BE0069A402?\r\nAll Notes links do not realy use the servername - If you have a replica on another server it might as well be accessed.\r\n\r\nRegards,\r\nHans Holt'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
</channel>
</rss>

