<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="http://ideajam.net/ideajam/p/ij.nsf/rsstransform.xslt"?>
<rss version="2.0">
<channel>
	<language>en-us</language>
	<lastBuildDate>Thu, 23 May 2013 03:10:01 +0000</lastBuildDate>
	<title>IdeaJam(tm) feed for Michael Tassati</title>
	<description>An RSS feed generated by IdeaJam(tm) for Michael Tassati</description>
	<link>http://ideajam.net/ideajam/p/ij.nsf</link>
	<image>
	    <title>IdeaJam(tm) feed for Michael Tassati</title>
	    <url>http://ideajam.net/ideajam/p/ij.nsf</url>
	    <link>http://ideajam.net/ideajam/p/ij.nsf/LogoSquare.gif?OpenImageResource</link>
	</image>
	<item>
		<pubDate>Tue, 16 Mar 2010 19:02:24 +0000</pubDate>
		<title>Notes Client / Other Database Applications: a new methode like notesDocument.AppendItemValue to add values to already existing items</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Michael Tassati&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://ideajam.net/IdeaJam/P/ij.nsf/ProductByCategory?openview&amp;restricttocategory=NotesDocument LotusScript"&gt;NotesDocument LotusScript&lt;/a&gt; &lt;br&gt;&lt;b&gt;Idea:&lt;/b&gt; 
&lt;div&gt;Add a NEW&amp;nbsp;equivalent methode to NotesDocument class in LotusScript to add values to an already existing item.    notesDocument.AppendItemValue has the problem to add new items with an other sequence number. In general, ReplaceItemValue is favored over AppendItemValue. If an item of the same name already exists in a document, AppendItemValue creates a second item of the same name, and the duplicate items are not accessible except through a work-around. If you are creating a new document, AppendItemValue is safe.&lt;/div&gt;&lt;br&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/99436537B13F351E862576E800689704?OpenDocument</link>
	</item>
	<item>
		<pubDate>Tue, 16 Mar 2010 19:06:49 +0000</pubDate>
		<title>Notes Client / Other Database Applications: notesDocument.GetItemText( itemName$ )</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Michael Tassati&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://ideajam.net/IdeaJam/P/ij.nsf/ProductByCategory?openview&amp;restricttocategory=Notesdocument lotusscript"&gt;Notesdocument lotusscript&lt;/a&gt; &lt;br&gt;&lt;b&gt;Idea:&lt;/b&gt; 
&lt;div&gt;New methode &amp;quot;GetItemText&amp;quot; in NotesDocument class (Lotusscript) to get item text value.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Currently you have to initalize a NotesItem object to use GetItemText. It should be able to use GetItemText like GetItemValue from NotesDocument object.&lt;/div&gt;&lt;br&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/93F6407E4701A6FD862576E80068FE92?OpenDocument</link>
	</item>
	<item>
		<pubDate>Tue, 16 Mar 2010 19:55:43 +0000</pubDate>
		<title>Notes Client / Calendar: NotesCSEventOwnerDocument documentation</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Michael Tassati&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://ideajam.net/IdeaJam/P/ij.nsf/ProductByCategory?openview&amp;restricttocategory=LotusScript NotesCSEventOwnerDocument"&gt;LotusScript NotesCSEventOwnerDocument&lt;/a&gt; &lt;br&gt;&lt;b&gt;Idea:&lt;/b&gt; 
&lt;div&gt;Create documentation of NotesCSEventOwnerDocument class&lt;/div&gt;&lt;br&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/C272344550FF468B862576E8006D78E7?OpenDocument</link>
	</item>
	<item>
		<pubDate>Wed, 17 Mar 2010 08:44:49 +0000</pubDate>
		<title>re: notesDocument.GetItemText( itemName$ )</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Vlad Sh&lt;br /&gt;&lt;b&gt;Comment:&lt;/b&gt; textScalar = Cstr(NotesDocument.GetItemValue(ItemName$)(0)) &lt;br /&gt;textArray = Evaluate(|@Text(| &amp;amp; ItemName$ &amp;amp; |)|, NotesDocument)&lt;br /&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/93F6407E4701A6FD862576E80068FE92?opendocument&amp;#commentsanc&amp;id=D2AD708D6492DB06862576E900300C9F</link>
	</item>
	<item>
		<pubDate>Wed, 17 Mar 2010 21:37:53 +0000</pubDate>
		<title>re: a new methode like notesDocument.AppendItemValue to add values to already existing items</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Richard Schwartz&lt;br /&gt;&lt;b&gt;Comment:&lt;/b&gt; The behavior of AppendItemValue has been the same for 15 years, and there are programs that depend on it. I would vote for a new method, but not a change to the existing method.&lt;br /&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/99436537B13F351E862576E800689704?opendocument&amp;#commentsanc&amp;id=57D55A67EDE1BA63862576E90076D368</link>
	</item>
	<item>
		<pubDate>Thu, 18 Mar 2010 09:09:16 +0000</pubDate>
		<title>re: a new methode like notesDocument.AppendItemValue to add values to already existing items</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Peter von Stöckel&lt;br /&gt;&lt;b&gt;Comment:&lt;/b&gt; I completely agree with @1 here. Although the AppendItemValue method is illogical at best, it is still used, and needs to remain unchanged.&lt;br /&gt;&lt;br /&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/99436537B13F351E862576E800689704?opendocument&amp;#commentsanc&amp;id=2D5881B3948A5988862576EA003249B1</link>
	</item>
	<item>
		<pubDate>Fri, 19 Mar 2010 06:28:15 +0000</pubDate>
		<title>re: notesDocument.GetItemText( itemName$ )</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Michael Tassati&lt;br /&gt;&lt;b&gt;Comment:&lt;/b&gt; @1: GetItemValue(itemname$)(0) will return only the first value and does not work for NotesRTItem&lt;br /&gt;"textArray = Evaluate(....)" ....&lt;br /&gt;1. is not available in COM/OLE&lt;br /&gt;2. your formula will return an string array&lt;br /&gt;&lt;br /&gt;GetItemText should be the same returnvalue as NotesItem.Text methode.&lt;br /&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/93F6407E4701A6FD862576E80068FE92?opendocument&amp;#commentsanc&amp;id=0D1319AD1D4EFD9E862576EB00238BF3</link>
	</item>
	<item>
		<pubDate>Fri, 19 Mar 2010 11:44:49 +0000</pubDate>
		<title>re: notesDocument.GetItemText( itemName$ )</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Vlad Sh&lt;br /&gt;&lt;b&gt;Comment:&lt;/b&gt; @2: &lt;br /&gt; &lt;br /&gt; In the header message was nothing about NotesRTItem. There are GetFormattedText, GetUnformattedText, @Abstract, @AbstractSimple. &lt;br /&gt; &lt;br /&gt; "1. is not available in COM/OLE" &lt;br /&gt;notesSession.Evaluate(...) must work. &lt;br /&gt; &lt;br /&gt; "2. your formula will return an string array" &lt;br /&gt;nothing prevents us from turning it into text using Implode/@Implode :) &lt;br /&gt; &lt;br /&gt;If you do, so must then not only the method returns the Text and Numbers, Dates ... but I think such ideas were already here.&lt;br /&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/93F6407E4701A6FD862576E80068FE92?opendocument&amp;#commentsanc&amp;id=B3BB612B9F69320D862576EB0040872B</link>
	</item>
	<item>
		<pubDate>Fri, 19 Mar 2010 11:48:08 +0000</pubDate>
		<title>re: a new methode like notesDocument.AppendItemValue to add values to already existing items</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Vlad Sh&lt;br /&gt;&lt;b&gt;Comment:&lt;/b&gt; Then add a methods AppendValueToItem and AppendValueToItemUnique. I think it will be useful!&lt;br /&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/99436537B13F351E862576E800689704?opendocument&amp;#commentsanc&amp;id=A2AD6A2D44698D6D862576EB0040D4F9</link>
	</item>
	<item>
		<pubDate>Fri, 19 Mar 2010 17:53:45 +0000</pubDate>
		<title>re: notesDocument.GetItemText( itemName$ )</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Michael Tassati&lt;br /&gt;&lt;b&gt;Comment:&lt;/b&gt; @2 Vlad Sh: there is always a workaround available, but why should Lotus not extend script for easy use?&lt;br /&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/93F6407E4701A6FD862576E80068FE92?opendocument&amp;#commentsanc&amp;id=5D01C5F539896789862576EB00624E3C</link>
	</item>
	<item>
		<pubDate>Fri, 19 Mar 2010 18:16:28 +0000</pubDate>
		<title>re: notesDocument.GetItemText( itemName$ )</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Vlad Sh&lt;br /&gt;&lt;b&gt;Comment:&lt;/b&gt; @ Michael &lt;br /&gt;I do not mind. Percentage of implementation of our ideas is very small (ideas so many that will last for a couple of products such as Lotus Notes :) ), so think what is more priority.&lt;br /&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/93F6407E4701A6FD862576E80068FE92?opendocument&amp;#commentsanc&amp;id=7D1C3DAE23998289862576EB006462A8</link>
	</item>
	<item>
		<pubDate>Fri, 19 Mar 2010 18:34:06 +0000</pubDate>
		<title>Quickr / : Connector: add read/write access for secure attachments</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Michael Tassati&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://ideajam.net/IdeaJam/P/ij.nsf/ProductByCategory?openview&amp;restricttocategory=quickr - access - mail - connector"&gt;quickr - access - mail - connector&lt;/a&gt; &lt;br&gt;&lt;b&gt;Idea:&lt;/b&gt; 
&lt;div&gt;when send mail and you use quickr connector to save attachments in Lotus QuickR, you have to define a teamplace or &amp;quot;entry&amp;quot; - all people with &amp;quot;entry&amp;quot; access or teamplace access have access to the files. it is not possible to set &amp;quot;only mail recepients&amp;quot; have access or a methode to restrict the access with quickr connector&lt;/div&gt;&lt;br&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/DAA1BC9C2D8FB9D7862576EB0065FFCD?OpenDocument</link>
	</item>
	<item>
		<pubDate>Fri, 19 Mar 2010 18:45:41 +0000</pubDate>
		<title>Notes Client / Mail: (import) HTML 5 in RichText</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Michael Tassati&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://ideajam.net/IdeaJam/P/ij.nsf/ProductByCategory?openview&amp;restricttocategory=mail - html5 - import - css - picture - DOM5 - HTML 5 - XHTML 5 - HTML 4"&gt;mail - html5 - import - css - picture - DOM5 - HTML 5 - XHTML 5 - HTML 4&lt;/a&gt; &lt;br&gt;&lt;b&gt;Idea:&lt;/b&gt; 
&lt;div&gt;use html5 (or html 4) standard to import html in notes mail rich text (and other rich text items). currently it is html 2 (or lower).&lt;/div&gt;
&lt;div&gt;let us use DIV, CSS, DOM5 and so on to format mails. &lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;It would also help, if it is possible to import HTML4/HTML5 file to rich-text with correct format conversion to Notes style&lt;/div&gt;&lt;br&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/55D97CA2D57BF57D862576EB00670F56?OpenDocument</link>
	</item>
	<item>
		<pubDate>Sun, 21 Mar 2010 18:25:31 +0000</pubDate>
		<title>re: notesDocument.GetItemText( itemName$ )</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Peter Presnell&lt;br /&gt;&lt;b&gt;Comment:&lt;/b&gt; If such a method were to be created I would suggest its name should be getItemValueString to match the existing method that is available in both the Java and SSJS languages. I use this method so much when writing SSJS I have previously suggested this as an idea on IdeaJam. I am not holding my breathe that IBM will extend LS anytime soon so I have developed my own class to use that implements this method.&lt;br /&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/93F6407E4701A6FD862576E80068FE92?opendocument&amp;#commentsanc&amp;id=14B418CA791A3BC2862576ED006536A3</link>
	</item>
	<item>
		<pubDate>Mon, 22 Mar 2010 08:55:35 +0000</pubDate>
		<title>re: (import) HTML 5 in RichText</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Vlad Sh&lt;br /&gt;&lt;b&gt;Comment:&lt;/b&gt; For many years, it has not changed; it seems that for IBM, this is a daunting or even impossible task.&lt;br /&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/55D97CA2D57BF57D862576EB00670F56?opendocument&amp;#commentsanc&amp;id=71604192018FE9B7862576EE003108D1</link>
	</item>
	<item>
		<pubDate>Fri, 09 Apr 2010 23:49:33 +0000</pubDate>
		<title>re: Connector: add read/write access for secure attachments</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; David Hablewitz&lt;br /&gt;&lt;b&gt;Comment:&lt;/b&gt; Related to this, I submitted an SPR to give the ability to manage access to files in the entry places. This would effectively make it an FTP server.&lt;br /&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/DAA1BC9C2D8FB9D7862576EB0065FFCD?opendocument&amp;#commentsanc&amp;id=B35760A9D45A077886257700007D62F7</link>
	</item>
	<item>
		<pubDate>Tue, 22 Jun 2010 13:23:33 +0000</pubDate>
		<title>re: a new methode like notesDocument.AppendItemValue to add values to already existing items</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Bas van Gestel&lt;br /&gt;&lt;b&gt;Comment:&lt;/b&gt; Then you would also want InsertItemValueAtStart (or PrependItemValue) and replaceitemvalueatposition. Where does it end.&lt;br /&gt;&lt;br /&gt;What's wrong with:&lt;br /&gt;Call doc.ReplaceItemValue("item", ArrayAppend(doc.getitemvalue("item"), value))&lt;br /&gt;&lt;br /&gt;I would rather see more methods for the item class itself to modify it's values.&lt;br /&gt;&lt;br /&gt;So leave NotesDocument class as is for modifying items. &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;br /&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/99436537B13F351E862576E800689704?opendocument&amp;#commentsanc&amp;id=89F02F09F5CC66FD8625774A00441310</link>
	</item>
	<item>
		<pubDate>Sat, 31 Jul 2010 18:22:12 +0000</pubDate>
		<title>Domino Designer / : Unreadmark per application (not user)</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Michael Tassati&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://ideajam.net/IdeaJam/P/ij.nsf/ProductByCategory?openview&amp;restricttocategory=Lotus notes"&gt;Lotus notes&lt;/a&gt;  &lt;a href="http://ideajam.net/IdeaJam/P/ij.nsf/ProductByCategory?openview&amp;restricttocategory=lotus notes applications"&gt;lotus notes applications&lt;/a&gt; &lt;br&gt;&lt;b&gt;Idea:&lt;/b&gt; 
&lt;div&gt;Lotus Notes&amp;nbsp; Applications for team mail or team workflows does not have a &amp;quot;primary&amp;quot; person who should work for this. A group of people should reply or take an action for a request. We need unread marks per application - anyone have read that note, will be the answer.&lt;/div&gt;
&lt;div&gt;Currently you have to make a script to mark a document read/unread - it will change the document. If it will work like unread marks, you will not change the note - it will be stored in an unread mark table on the server.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Or something like an other idea:&lt;/div&gt;
&lt;div&gt;http://ideajam.net/IdeaJam/P/ij.nsf/0/E61C7D3E3B02E44586257744002B69E1?OpenDocument (it is not able to link that post with the other - &amp;quot;too many entries&amp;quot;)&lt;/div&gt;&lt;br&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/87B9763B4FA89D1B86257771005F6ADA?OpenDocument</link>
	</item>
	<item>
		<pubDate>Sat, 31 Jul 2010 19:25:45 +0000</pubDate>
		<title>re: expand the option to link ideas or use an other technic</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Bruce Elgort&lt;br /&gt;&lt;b&gt;Comment:&lt;/b&gt; Michael - can you please give us some examples? Maybe include a screenshot?&lt;br /&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/D67A0F4E3EF972C0862577710062EFB1?opendocument&amp;#commentsanc&amp;id=1CD2320A3724E0348625777100653C06</link>
	</item>
	<item>
		<pubDate>Sat, 31 Jul 2010 21:49:20 +0000</pubDate>
		<title>re: expand the option to link ideas or use an other technic</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Michael Tassati&lt;br /&gt;&lt;b&gt;Comment:&lt;/b&gt; Hi!&lt;br /&gt;&lt;br /&gt;I've made a screenshot from the idea space "Idea Jam" and "Domino Designer" - both ends with "O...".&lt;br /&gt;&lt;br /&gt;Best regards&lt;br /&gt;&lt;br /&gt;Michael&lt;br /&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/D67A0F4E3EF972C0862577710062EFB1?opendocument&amp;#commentsanc&amp;id=D3F0A2E46F2E261B862577710072616B</link>
	</item>
</channel></rss>
