<?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: SnTT: Is database design hidden (Notes API Solution)</title>
	<atom:link href="http://www.eknori.de/2008-10-23/sntt-is-database-design-hidden-notes-api-solution/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eknori.de/2008-10-23/sntt-is-database-design-hidden-notes-api-solution/</link>
	<description>the weird world of eknori</description>
	<lastBuildDate>Mon, 23 Jan 2012 09:01:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ulrich Krause</title>
		<link>http://www.eknori.de/2008-10-23/sntt-is-database-design-hidden-notes-api-solution/comment-page-1/#comment-1129</link>
		<dc:creator>Ulrich Krause</dc:creator>
		<pubDate>Fri, 24 Oct 2008 05:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.eknori.de/?p=872#comment-1129</guid>
		<description>@Craig: I&#039; ve fixed it in the code.</description>
		<content:encoded><![CDATA[<p>@Craig: I&#8217; ve fixed it in the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig Schumann</title>
		<link>http://www.eknori.de/2008-10-23/sntt-is-database-design-hidden-notes-api-solution/comment-page-1/#comment-1123</link>
		<dc:creator>Craig Schumann</dc:creator>
		<pubDate>Thu, 23 Oct 2008 19:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.eknori.de/?p=872#comment-1123</guid>
		<description>@Ulrich - There appears to be a small bug in the posted code. On line 30 you check for Flags &gt; 0 to tell if the database is hidden. According to the api, there are many different non-zero values that can be stored in the Flags member. For example, if replication is disabled for the database, the Flags member will have the value REPLFLG_DISABLE (&amp;h004) set in addition to anything else that may be set. Long story short, I think you want to rewrite the test to be (Flags And REPLFLG_HIDDEN_DESIGN)

@Bruce - once the design is hidden, the Formula is encrypted and the LotusScript source is deleted. These cannot be undone by turning off this flag in the replication flags. All the flag does once the design is hidden the first time is cause designer to not show the &#039;Open in Designer&#039; menu item. It will still not prevent someone from seeing the design with other tools like NotesPeek or something similar.</description>
		<content:encoded><![CDATA[<p>@Ulrich &#8211; There appears to be a small bug in the posted code. On line 30 you check for Flags &gt; 0 to tell if the database is hidden. According to the api, there are many different non-zero values that can be stored in the Flags member. For example, if replication is disabled for the database, the Flags member will have the value REPLFLG_DISABLE (&amp;h004) set in addition to anything else that may be set. Long story short, I think you want to rewrite the test to be (Flags And REPLFLG_HIDDEN_DESIGN)</p>
<p>@Bruce &#8211; once the design is hidden, the Formula is encrypted and the LotusScript source is deleted. These cannot be undone by turning off this flag in the replication flags. All the flag does once the design is hidden the first time is cause designer to not show the &#8216;Open in Designer&#8217; menu item. It will still not prevent someone from seeing the design with other tools like NotesPeek or something similar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://www.eknori.de/2008-10-23/sntt-is-database-design-hidden-notes-api-solution/comment-page-1/#comment-1121</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Thu, 23 Oct 2008 14:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.eknori.de/?p=872#comment-1121</guid>
		<description>Ulrich,

Thanks for the reply.  I don&#039;t want to unhide a db design however, we sell some products with hidden design elements.</description>
		<content:encoded><![CDATA[<p>Ulrich,</p>
<p>Thanks for the reply.  I don&#8217;t want to unhide a db design however, we sell some products with hidden design elements.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ulrich Krause</title>
		<link>http://www.eknori.de/2008-10-23/sntt-is-database-design-hidden-notes-api-solution/comment-page-1/#comment-1120</link>
		<dc:creator>Ulrich Krause</dc:creator>
		<pubDate>Thu, 23 Oct 2008 13:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.eknori.de/?p=872#comment-1120</guid>
		<description>Unhiding a hidden design has been discussed numerous times in forums all aroung the Notes Planet. And even with this method you are not able to completely unhide the design. 

Here is the attempt on LDD to hide/unhide the design by Rod Whiteley on 29.Oct.01 http://www-10.lotus.com/ldd/46dom.nsf/0/4835a87a39abcd5380256af400402cbe?OpenDocument</description>
		<content:encoded><![CDATA[<p>Unhiding a hidden design has been discussed numerous times in forums all aroung the Notes Planet. And even with this method you are not able to completely unhide the design. </p>
<p>Here is the attempt on LDD to hide/unhide the design by Rod Whiteley on 29.Oct.01 <a href="http://www-10.lotus.com/ldd/46dom.nsf/0/4835a87a39abcd5380256af400402cbe?OpenDocument" rel="nofollow">http://www-10.lotus.com/ldd/46dom.nsf/0/4835a87a39abcd5380256af400402cbe?OpenDocument</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://www.eknori.de/2008-10-23/sntt-is-database-design-hidden-notes-api-solution/comment-page-1/#comment-1119</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Thu, 23 Oct 2008 13:49:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.eknori.de/?p=872#comment-1119</guid>
		<description>Are you able to unhide the design with this?</description>
		<content:encoded><![CDATA[<p>Are you able to unhide the design with this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

