<?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>ROPARDO s.r.l. &#187; lotus script</title>
	<atom:link href="http://blog.ropardo.ro/tag/lotus-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ropardo.ro</link>
	<description>Experience software development with ROPARDO S.R.L.</description>
	<lastBuildDate>Mon, 28 Nov 2011 07:49:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Connect Lotus Script to Java using LS2J</title>
		<link>http://blog.ropardo.ro/2010/03/26/connect-lotus-script-to-java-using-ls2j/</link>
		<comments>http://blog.ropardo.ro/2010/03/26/connect-lotus-script-to-java-using-ls2j/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 16:58:22 +0000</pubDate>
		<dc:creator>Ioan Seicean</dc:creator>
				<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lotus script]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=1741</guid>
		<description><![CDATA[Introduced in Lotus Notes 6, LS2J allows the use of Java code from Lotus Script. To use LS2J from within Notes, your Lotus Script code must include this line: UseLSX &#34;*javacon&#34; This loads the LS2J Dynamic Link Library (DLL) on Win32 and registers all the Application Data Types (ADTs). Lotus Script provides a JavaSession ADT [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/03/26/connect-lotus-script-to-java-using-ls2j/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Limitations of Lotus Notes ListBox fields</title>
		<link>http://blog.ropardo.ro/2010/02/19/limitations-of-lotus-notes-listbox-fields/</link>
		<comments>http://blog.ropardo.ro/2010/02/19/limitations-of-lotus-notes-listbox-fields/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 11:45:48 +0000</pubDate>
		<dc:creator>Ioan Seicean</dc:creator>
				<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[embedded view]]></category>
		<category><![CDATA[lotus script]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=1550</guid>
		<description><![CDATA[In a previous article I wrote on how to work with Lotus Notes ListBox fields. Unfortunately these type of fields have a major drawback, their limit of only 32 kb of text. So if you want to display thousands of entries you must use an embedded view. This is an small example of using an [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/02/19/limitations-of-lotus-notes-listbox-fields/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Generating word documents from Lotus Notes documents</title>
		<link>http://blog.ropardo.ro/2010/01/15/generating-word-documents-from-lotus-notes-documents/</link>
		<comments>http://blog.ropardo.ro/2010/01/15/generating-word-documents-from-lotus-notes-documents/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 13:22:09 +0000</pubDate>
		<dc:creator>Ioan Seicean</dc:creator>
				<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[lotus script]]></category>
		<category><![CDATA[Lotus Symphony]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=1371</guid>
		<description><![CDATA[Sometimes you wish to print the information contained in a Lotus Notes document. Lotus Notes offers such printing options, but if you have layout issues one solution would be to export into an word document. You can create an word document in Lotus Script using CreateObject(&#8220;Word.Application&#8221;) function. It only works on your computer if you [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/01/15/generating-word-documents-from-lotus-notes-documents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to populate a ListBox field dinamically in Lotus Notes</title>
		<link>http://blog.ropardo.ro/2009/09/25/how-to-populate-a-listbox-field-dinamically-in-lotus-notes/</link>
		<comments>http://blog.ropardo.ro/2009/09/25/how-to-populate-a-listbox-field-dinamically-in-lotus-notes/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 14:32:37 +0000</pubDate>
		<dc:creator>Ioan Seicean</dc:creator>
				<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[lotus script]]></category>
		<category><![CDATA[populate listbox field]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=559</guid>
		<description><![CDATA[In the project that I&#8217;m working now I needed a way to select multiple entries from a list and copy them to another list. To do this I created a form which contains two ListBox fields called listA and listB and a Button field named To. The entries of the two lists are computed using [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2009/09/25/how-to-populate-a-listbox-field-dinamically-in-lotus-notes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

