<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>eknori.de &#187; LotusScript</title>
	<atom:link href="http://www.eknori.de/tags/lotusscript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eknori.de</link>
	<description>the weird world of eknori</description>
	<lastBuildDate>Sat, 21 Jan 2012 13:35:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Modify Header / Footer items via Lotusscript ( and API )</title>
		<link>http://www.eknori.de/2010-03-05/modify-header-footer-items-via-lotusscript-and-api/</link>
		<comments>http://www.eknori.de/2010-03-05/modify-header-footer-items-via-lotusscript-and-api/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 07:06:55 +0000</pubDate>
		<dc:creator>Ulrich Krause</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[LotusScript]]></category>

		<guid isPermaLink="false">http://www.eknori.de/?p=1795</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.eknori.de/2010-03-05/modify-header-footer-items-via-lotusscript-and-api/&amp;text=Modify Header / Footer items via Lotusscript ( and API )&amp;via=Eknori&amp;related=DolcePixel"><img align="right" src="http://www.eknori.de/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
<p>Header / Footer items are of type Richtext and you cannot modify them directly using standard LotusScript.</p>
<p>I&#8217; ve put together all the necessary code and wrapped the API calls into a class to achive the goal. The class works on Windows and Linux. Mac support is possible but I have no Mac to test with.<br />
In  <a href="http://www.eknori.de/2010-03-05/modify-header-footer-items-via-lotusscript-and-api/#more-1795" class="more-link">Continue reading &rarr;</a></p>

<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.eknori.de/2010-03-05/modify-header-footer-items-via-lotusscript-and-api/&amp;text=Modify Header / Footer items via Lotusscript ( and API )&amp;via=Eknori&amp;related=DolcePixel"><img align="right" src="http://www.eknori.de/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
]]></description>
		<wfw:commentRss>http://www.eknori.de/2010-03-05/modify-header-footer-items-via-lotusscript-and-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LotusScript Debugger on Linux</title>
		<link>http://www.eknori.de/2009-12-30/lotusscript-debugger-on-linux/</link>
		<comments>http://www.eknori.de/2009-12-30/lotusscript-debugger-on-linux/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 13:32:51 +0000</pubDate>
		<dc:creator>Ulrich Krause</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[LotusScript]]></category>
		<category><![CDATA[ND851]]></category>

		<guid isPermaLink="false">http://www.eknori.de/?p=1683</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.eknori.de/2009-12-30/lotusscript-debugger-on-linux/&amp;text=LotusScript Debugger on Linux&amp;via=Eknori&amp;related=DolcePixel"><img align="right" src="http://www.eknori.de/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
<p>I wanted to debug Lotusscript on my VM Linux Box. The OS is Ubuntu 9.10 and the client is Notes 8.5.1.<br />
When I switch on the debugger and step into the script, the debugger loses focus on every step, regardless if you use the mouse or F8.</p>
<p>Anyone else having the same problem? Not sure if it  <a href="http://www.eknori.de/2009-12-30/lotusscript-debugger-on-linux/#more-1683" class="more-link">Continue reading &rarr;</a></p>

<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.eknori.de/2009-12-30/lotusscript-debugger-on-linux/&amp;text=LotusScript Debugger on Linux&amp;via=Eknori&amp;related=DolcePixel"><img align="right" src="http://www.eknori.de/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
]]></description>
		<wfw:commentRss>http://www.eknori.de/2009-12-30/lotusscript-debugger-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calendar Cleanup &#8211; undocumented LS functions</title>
		<link>http://www.eknori.de/2009-12-12/calendar-cleanup-undocumented-ls-functions/</link>
		<comments>http://www.eknori.de/2009-12-12/calendar-cleanup-undocumented-ls-functions/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 09:21:08 +0000</pubDate>
		<dc:creator>Ulrich Krause</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[LotusScript]]></category>

		<guid isPermaLink="false">http://www.eknori.de/?p=1659</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.eknori.de/2009-12-12/calendar-cleanup-undocumented-ls-functions/&amp;text=Calendar Cleanup &#8211; undocumented LS functions&amp;via=Eknori&amp;related=DolcePixel"><img align="right" src="http://www.eknori.de/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
<p>I am researching the Calendar Cleanup action in the Lotus Notes Calendar view.<br />
The action executes a LotusScript agent that has two undocumented db calls CreateArchiveSettings and ArchiveNowByPolicy. The functions are used since the feature was introduced in Notes 7.<br />
Obviously nobody ever looked into the code as there are no Google search results except this post  <a href="http://www.eknori.de/2009-12-12/calendar-cleanup-undocumented-ls-functions/#more-1659" class="more-link">Continue reading &rarr;</a></p>

<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.eknori.de/2009-12-12/calendar-cleanup-undocumented-ls-functions/&amp;text=Calendar Cleanup &#8211; undocumented LS functions&amp;via=Eknori&amp;related=DolcePixel"><img align="right" src="http://www.eknori.de/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
]]></description>
		<wfw:commentRss>http://www.eknori.de/2009-12-12/calendar-cleanup-undocumented-ls-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Logical / physical size and DAOS size with LotusScript</title>
		<link>http://www.eknori.de/2009-11-30/get-logical-physical-size-and-daos-size-with-lotusscript/</link>
		<comments>http://www.eknori.de/2009-11-30/get-logical-physical-size-and-daos-size-with-lotusscript/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 12:21:57 +0000</pubDate>
		<dc:creator>Ulrich Krause</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[LotusScript]]></category>

		<guid isPermaLink="false">http://www.eknori.de/?p=1633</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.eknori.de/2009-11-30/get-logical-physical-size-and-daos-size-with-lotusscript/&amp;text=Get Logical / physical size and DAOS size with LotusScript&amp;via=Eknori&amp;related=DolcePixel"><img align="right" src="http://www.eknori.de/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
<p>The admin client shows information about logical / physical size as well as DAOS size for a database.</p>
<p>But how to get this information via LotusScript? For the logical size you can use db.size. For the physical size there is no property in the NotesDatabase Class. But C-API to the rescue.<br />
Put the following piece of code  <a href="http://www.eknori.de/2009-11-30/get-logical-physical-size-and-daos-size-with-lotusscript/#more-1633" class="more-link">Continue reading &rarr;</a></p>

<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.eknori.de/2009-11-30/get-logical-physical-size-and-daos-size-with-lotusscript/&amp;text=Get Logical / physical size and DAOS size with LotusScript&amp;via=Eknori&amp;related=DolcePixel"><img align="right" src="http://www.eknori.de/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
]]></description>
		<wfw:commentRss>http://www.eknori.de/2009-11-30/get-logical-physical-size-and-daos-size-with-lotusscript/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Get Column Totals with LotusScript</title>
		<link>http://www.eknori.de/2008-12-31/get-column-totals-with-lotusscript/</link>
		<comments>http://www.eknori.de/2008-12-31/get-column-totals-with-lotusscript/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 12:12:01 +0000</pubDate>
		<dc:creator>Ulrich Krause</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[LotusScript]]></category>

		<guid isPermaLink="false">http://www.eknori.de/?p=1086</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.eknori.de/2008-12-31/get-column-totals-with-lotusscript/&amp;text=Get Column Totals with LotusScript&amp;via=Eknori&amp;related=DolcePixel"><img align="right" src="http://www.eknori.de/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
<p>Here is a quick post in addition to my recent post on how to get sums / subtotals for a given category in a view with LotusScript.</p>
<p>Assume, you want to get the total number of solved tickets. In my sample the value in question is located in column 7 at the very end of the  <a href="http://www.eknori.de/2008-12-31/get-column-totals-with-lotusscript/#more-1086" class="more-link">Continue reading &rarr;</a></p>

<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.eknori.de/2008-12-31/get-column-totals-with-lotusscript/&amp;text=Get Column Totals with LotusScript&amp;via=Eknori&amp;related=DolcePixel"><img align="right" src="http://www.eknori.de/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
]]></description>
		<wfw:commentRss>http://www.eknori.de/2008-12-31/get-column-totals-with-lotusscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More (Yet) Undocumented Database Properties</title>
		<link>http://www.eknori.de/2008-09-13/more-yet-undocumented-database-properties/</link>
		<comments>http://www.eknori.de/2008-09-13/more-yet-undocumented-database-properties/#comments</comments>
		<pubDate>Sat, 13 Sep 2008 08:32:42 +0000</pubDate>
		<dc:creator>Ulrich Krause</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[LotusScript]]></category>
		<category><![CDATA[NotesDatabase]]></category>

		<guid isPermaLink="false">http://www.eknori.de/?p=711</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.eknori.de/2008-09-13/more-yet-undocumented-database-properties/&amp;text=More (Yet) Undocumented Database Properties&amp;via=Eknori&amp;related=DolcePixel"><img align="right" src="http://www.eknori.de/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
<p>Here is a list of yet undocumented values for the GetOtion / SetOption method of the NotesDatabase class.<br />
GetOption(82) / SetOption(82,true) = Enable Compress document data<br />
GetOption(81) / SetOption(81,true) = Use DAOS<br />
Use DAOS also created a new field $DAOS in the NotesIcon design note if the field is not available and update the field value to 1  <a href="http://www.eknori.de/2008-09-13/more-yet-undocumented-database-properties/#more-711" class="more-link">Continue reading &rarr;</a></p>

<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.eknori.de/2008-09-13/more-yet-undocumented-database-properties/&amp;text=More (Yet) Undocumented Database Properties&amp;via=Eknori&amp;related=DolcePixel"><img align="right" src="http://www.eknori.de/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
]]></description>
		<wfw:commentRss>http://www.eknori.de/2008-09-13/more-yet-undocumented-database-properties/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Undocumented NotesDatabase.Get / SetOptions</title>
		<link>http://www.eknori.de/2008-09-12/undocumented-notesdatabaseget-setoptions/</link>
		<comments>http://www.eknori.de/2008-09-12/undocumented-notesdatabaseget-setoptions/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 14:30:32 +0000</pubDate>
		<dc:creator>Ulrich Krause</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[LotusScript]]></category>

		<guid isPermaLink="false">http://www.eknori.de/?p=706</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.eknori.de/2008-09-12/undocumented-notesdatabaseget-setoptions/&amp;text=Undocumented NotesDatabase.Get / SetOptions&amp;via=Eknori&amp;related=DolcePixel"><img align="right" src="http://www.eknori.de/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
<p>Today, I was looking for which value to use with the SetOption method of the Notesdatabase class, I discovered as few other undocumented values that can be used to get and set some database options programmatically using Lotus Script.<br />
75 = Support Response Thread History<br />
76 = Don&#8217;t allow simple search<br />
And, finally for the new Option in  <a href="http://www.eknori.de/2008-09-12/undocumented-notesdatabaseget-setoptions/#more-706" class="more-link">Continue reading &rarr;</a></p>

<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.eknori.de/2008-09-12/undocumented-notesdatabaseget-setoptions/&amp;text=Undocumented NotesDatabase.Get / SetOptions&amp;via=Eknori&amp;related=DolcePixel"><img align="right" src="http://www.eknori.de/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
]]></description>
		<wfw:commentRss>http://www.eknori.de/2008-09-12/undocumented-notesdatabaseget-setoptions/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Export View Data (Update)</title>
		<link>http://www.eknori.de/2008-09-12/export-view-data-update/</link>
		<comments>http://www.eknori.de/2008-09-12/export-view-data-update/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 08:20:58 +0000</pubDate>
		<dc:creator>Ulrich Krause</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[LotusScript]]></category>
		<category><![CDATA[ND802]]></category>

		<guid isPermaLink="false">http://www.eknori.de/?p=701</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.eknori.de/2008-09-12/export-view-data-update/&amp;text=Export View Data (Update)&amp;via=Eknori&amp;related=DolcePixel"><img align="right" src="http://www.eknori.de/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
<p>Last month I wrote about the new &#8220;Disable View Export&#8221; feature in Notes 8.0.2. In another post I stated that it is not possible to set this option programmatically using LotusScript.<br />
Yesterday I stumbled upon an IBM Lotus Software Knowledgebase technote. This technote says that<br />
Enabling or disabling of this option can also be done using an  <a href="http://www.eknori.de/2008-09-12/export-view-data-update/#more-701" class="more-link">Continue reading &rarr;</a></p>

<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.eknori.de/2008-09-12/export-view-data-update/&amp;text=Export View Data (Update)&amp;via=Eknori&amp;related=DolcePixel"><img align="right" src="http://www.eknori.de/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
]]></description>
		<wfw:commentRss>http://www.eknori.de/2008-09-12/export-view-data-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programmatically Check If Export Of View Data Is Disabled</title>
		<link>http://www.eknori.de/2008-08-30/programmatically-check-if-export-of-view-data-is-disabled/</link>
		<comments>http://www.eknori.de/2008-08-30/programmatically-check-if-export-of-view-data-is-disabled/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 14:21:35 +0000</pubDate>
		<dc:creator>Ulrich Krause</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[LotusScript]]></category>
		<category><![CDATA[ND802]]></category>

		<guid isPermaLink="false">http://www.eknori.de/?p=663</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.eknori.de/2008-08-30/programmatically-check-if-export-of-view-data-is-disabled/&amp;text=Programmatically Check If Export Of View Data Is Disabled&amp;via=Eknori&amp;related=DolcePixel"><img align="right" src="http://www.eknori.de/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
<p>In Lotus Notes /Domino 8.0.2 you can disable the export of view data by selecting this option in the application properties. To programmatically check if the export is disabled, you can use the following LotusScript.</p>
<p>Function IsExportDisabled &#40;&#41; As Boolean<br />
	IsExportDisabled = False<br />
	Dim s As New NotesSession<br />
	Dim db As NotesDatabase<br />
	Set db = s.CurrentDatabase<br />
	Dim IconDoc As NotesDocument<br />
	Set IconDoc  <a href="http://www.eknori.de/2008-08-30/programmatically-check-if-export-of-view-data-is-disabled/#more-663" class="more-link">Continue reading &rarr;</a></p>

<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.eknori.de/2008-08-30/programmatically-check-if-export-of-view-data-is-disabled/&amp;text=Programmatically Check If Export Of View Data Is Disabled&amp;via=Eknori&amp;related=DolcePixel"><img align="right" src="http://www.eknori.de/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
]]></description>
		<wfw:commentRss>http://www.eknori.de/2008-08-30/programmatically-check-if-export-of-view-data-is-disabled/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Mail Rules Extended</title>
		<link>http://www.eknori.de/2008-05-13/mail-rules-extended/</link>
		<comments>http://www.eknori.de/2008-05-13/mail-rules-extended/#comments</comments>
		<pubDate>Tue, 13 May 2008 09:34:31 +0000</pubDate>
		<dc:creator>Ulrich Krause</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[LotusScript]]></category>
		<category><![CDATA[mailrules]]></category>

		<guid isPermaLink="false">http://www.eknori.de/?p=467</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.eknori.de/2008-05-13/mail-rules-extended/&amp;text=Mail Rules Extended&amp;via=Eknori&amp;related=DolcePixel"><img align="right" src="http://www.eknori.de/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
<p>I recently posted an idea on IdeaJam to enhance the mail rules dialog on a Domino server to overcome the restriction of only use the &#8220;hard coded&#8221; conditions. There have been several attemps to enhance the dialog in the past ( Chris Linfoot for example ), but none of them adresses the use of a  <a href="http://www.eknori.de/2008-05-13/mail-rules-extended/#more-467" class="more-link">Continue reading &rarr;</a></p>

<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.eknori.de/2008-05-13/mail-rules-extended/&amp;text=Mail Rules Extended&amp;via=Eknori&amp;related=DolcePixel"><img align="right" src="http://www.eknori.de/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
]]></description>
		<wfw:commentRss>http://www.eknori.de/2008-05-13/mail-rules-extended/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

