<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"	>
<channel>
	<title>Comments on: Prevent documents from being pasted into an application</title>
	<atom:link href="http://www.cubetoon.com/2007/prevent-documents-from-being-pasted-into-an-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cubetoon.com/2007/prevent-documents-from-being-pasted-into-an-application/</link>
	<description>christian's braindump about Lotus Notes/Domino development and administration</description>
	<lastBuildDate>Wed, 08 Sep 2010 17:32:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Fiona Elliot</title>
		<link>http://www.cubetoon.com/2007/prevent-documents-from-being-pasted-into-an-application/comment-page-1/#comment-439</link>
		<dc:creator>Fiona Elliot</dc:creator>
		<pubDate>Tue, 01 Sep 2009 23:21:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.cubetoon.com/2007/prevent-documents-from-being-pasted-into-a-application/#comment-439</guid>
		<description>Another way around this would be to put your code in the QueryPaste event of individual views.  As this runs before the document is pasted there is no need to delete the document, just give the user an error message indicating that they can&#039;t paste in this database then exit the sub.  The only drawback of this method is that it must be added to all views individually that users can access.  This will work in all versions of Notes.</description>
		<content:encoded><![CDATA[<p>Another way around this would be to put your code in the QueryPaste event of individual views.  As this runs before the document is pasted there is no need to delete the document, just give the user an error message indicating that they can&#8217;t paste in this database then exit the sub.  The only drawback of this method is that it must be added to all views individually that users can access.  This will work in all versions of Notes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cubetoon</title>
		<link>http://www.cubetoon.com/2007/prevent-documents-from-being-pasted-into-an-application/comment-page-1/#comment-433</link>
		<dc:creator>cubetoon</dc:creator>
		<pubDate>Fri, 21 Aug 2009 19:09:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.cubetoon.com/2007/prevent-documents-from-being-pasted-into-a-application/#comment-433</guid>
		<description>Jia Ji Chen,

I am on 7.0.x and 8.x. But the script should also be working on 6.5. May I suggest commenting out one of the last two lines in the loop, one by one to see which one is causing it?</description>
		<content:encoded><![CDATA[<p>Jia Ji Chen,</p>
<p>I am on 7.0.x and 8.x. But the script should also be working on 6.5. May I suggest commenting out one of the last two lines in the loop, one by one to see which one is causing it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jia Ji Chen</title>
		<link>http://www.cubetoon.com/2007/prevent-documents-from-being-pasted-into-an-application/comment-page-1/#comment-431</link>
		<dc:creator>Jia Ji Chen</dc:creator>
		<pubDate>Thu, 20 Aug 2009 22:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.cubetoon.com/2007/prevent-documents-from-being-pasted-into-a-application/#comment-431</guid>
		<description>Hi cubetoon, 

You are right, the formula will pop up every time, but when I applied and run your code in my Notes 6.5 client, it always gets the red pop and crashes. Wired, but using formula doesn&#039;t encounter this problem. Which version of Notes are you using? Thanks.</description>
		<content:encoded><![CDATA[<p>Hi cubetoon, </p>
<p>You are right, the formula will pop up every time, but when I applied and run your code in my Notes 6.5 client, it always gets the red pop and crashes. Wired, but using formula doesn&#8217;t encounter this problem. Which version of Notes are you using? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cubetoon</title>
		<link>http://www.cubetoon.com/2007/prevent-documents-from-being-pasted-into-an-application/comment-page-1/#comment-171</link>
		<dc:creator>cubetoon</dc:creator>
		<pubDate>Mon, 16 Jul 2007 05:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cubetoon.com/2007/prevent-documents-from-being-pasted-into-a-application/#comment-171</guid>
		<description>&lt;p&gt;Hey Chemalo,&lt;br /&gt;
I fully agree with you. And I can not even think of any error handling for your solution :-) .&lt;br /&gt;
The only disadvantage with your way is the missing client interaction, informing the user that s(he) is unable to paste documents. A @Prompt in a formula language agent would be displayed for each individual document that has been pasted - the usual @Formula disadvantage.&lt;br /&gt;
Thanks for sharing this.&lt;br /&gt;
Cheers,&lt;br /&gt;
Christian&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hey Chemalo,<br />
I fully agree with you. And I can not even think of any error handling for your solution <img src='http://www.cubetoon.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  .<br />
The only disadvantage with your way is the missing client interaction, informing the user that s(he) is unable to paste documents. A @Prompt in a formula language agent would be displayed for each individual document that has been pasted &#8211; the usual @Formula disadvantage.<br />
Thanks for sharing this.<br />
Cheers,<br />
Christian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chemalo</title>
		<link>http://www.cubetoon.com/2007/prevent-documents-from-being-pasted-into-an-application/comment-page-1/#comment-170</link>
		<dc:creator>Chemalo</dc:creator>
		<pubDate>Mon, 16 Jul 2007 05:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.cubetoon.com/2007/prevent-documents-from-being-pasted-into-a-application/#comment-170</guid>
		<description>If you want to delete the pasted documents when they are pasted, I think you can use an agent that run when documents are pasted with this simple formula:

@deletedocument


It has few code. It is more easy to maintain.

Or not?</description>
		<content:encoded><![CDATA[<p>If you want to delete the pasted documents when they are pasted, I think you can use an agent that run when documents are pasted with this simple formula:</p>
<p>@deletedocument</p>
<p>It has few code. It is more easy to maintain.</p>
<p>Or not?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
