<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="http://iqjam.net/iqjam/iqjam.nsf/rsstransform.xslt"?>
<rss version="2.0">
<channel>
	<language>en-us</language>
	<lastBuildDate>Mon, 20 May 2013 02:35:43 +0000</lastBuildDate>
	<title>IQJam by Elguji Software (Domino Development / LotusScript answers)</title>
	<description>An RSS feed generated by IQJam by Elguji Software</description>
	<link>http://iqjam.net/iqjam/iqjam.nsf</link>
	<image>
	    <title>IQJam by Elguji Software (Domino Development / LotusScript answers)</title>
	    <url>http://iqjam.net/iqjam/iqjam.nsf</url>
	    <link></link>
	</image>
	<item>
		<pubDate>Sun, 03 Apr 2011 07:57:39 +0000</pubDate>
		<title>re: I need codes for counting document in a view sort by time???</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Andy Cunliffe&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; Perhaps you could try using the  Database.search  method, using the same formula as your view and the DateTime that the button was last pressed. Record the number of documents in the returned DocumentCollection to a profile document - along with the DateTime the button was pressed - so that you can return that number in the event that the no new documents have been created since last time.&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20110311_I_need_codes_for_counting_docu.htm?#7C5CB9DB9DB8156F8625786700263CC1</link>
	</item>
	<item>
		<pubDate>Wed, 30 Mar 2011 09:07:13 +0000</pubDate>
		<title>re: I need codes for counting document in a view sort by time???</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Ben Poole&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; It sounds like your code is only processing new / modified documents, rather than all that it needs to, but we can't confirm that until we see the code; can you paste it here?&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20110311_I_need_codes_for_counting_docu.htm?#18B836D04E6D19CD86257863002C9B3E</link>
	</item>
	<item>
		<pubDate>Thu, 28 Oct 2010 00:22:41 +0000</pubDate>
		<title>re: Creating a file attachment without using file system</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Sudhish Jayaswal&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; &lt;div&gt;Ro do so, use a NotesStream object and create a NOTESMIME object in a NotesDocument. &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;Its the same way a MIME attachment is created in an email you receive over the internet.&lt;/div&gt;&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20100916_Creating_a_file_attachment_wit.htm?#AE613FBFFC1D33A6862577C900806BA3</link>
	</item>
	<item>
		<pubDate>Fri, 17 Sep 2010 03:31:53 +0000</pubDate>
		<title>re: Creating a file attachment without using file system</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Julian Robichaux&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; &lt;div&gt;Take a look at the code in my Show-N-Tell (SHOW110) session from Lotusphere 2010:&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt; http://www.nsftools.com/presentations&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;I have an example of generating a PDF file and attaching it without using the file system in there, I think. &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20100916_Creating_a_file_attachment_wit.htm?#74A771B81E5ED1F6862577A1000DE813</link>
	</item>
	<item>
		<pubDate>Tue, 12 Jan 2010 12:28:13 +0000</pubDate>
		<title>re: What's the best way of getting a handle on a document in an embedded view?</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Wayne Sobers&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; &lt;div&gt;For selecting individual documents in an embedded view, Richard Moy has a good solution to this at &amp;quot;http://dominointerface.blogspot.com/search?q=composite&amp;quot;.&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;For multiple documents in an embedded view, see &amp;quot;http://www.lotus911.com/nathan/escape.nsf/d6plinks/NTFN-6Z3R8C&amp;quot;.&lt;br /&gt;&lt;br /&gt;Hope that helps&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20090914_What's_the_best_way_of_getting.htm?#DD45C0A24D450979802576A900448076</link>
	</item>
	<item>
		<pubDate>Tue, 06 Oct 2009 18:54:28 +0000</pubDate>
		<title>re: What's the best way of getting a handle on a document in an embedded view?</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Pedro Quaresma&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; There are situations in which embedded view's actions won't do the trick as values from the parent document might be needed, so I like Vitor's solution the best (as per Chris Blatnick's &amp;quot;Google Mail Clone&amp;quot; if I'm not mistaken?) but never tried it with multiple documents.&lt;br /&gt;&lt;br /&gt;There's another solution but it doesn't really work with more than one document so I'm normally not keen on using it: Basically you can set on the embedded view's &amp;quot;target frame (single click)&amp;quot; a @setprofilefield/@environment with the unid of the clicked document. Then retrieve it through @getprofilefield/@environment from the main doc.&lt;br /&gt;&lt;br /&gt;Thanks all for the ideas!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20090914_What's_the_best_way_of_getting.htm?#A7F8A2A21CFB3BE68025764700625F1F</link>
	</item>
	<item>
		<pubDate>Wed, 16 Sep 2009 09:12:48 +0000</pubDate>
		<title>re: What's the best way of getting a handle on a document in an embedded view?</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Vitor Pereira&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; Most of the times I use a view action like Julian mentioned but here's
something that might work. Use an embedded editor to load the document
that you select in the embedded view, on the embedded form's post open
event write the unid or whatever you need to identify the document to
notes.ini and then get the value from the 'main' document.&lt;br /&gt;
&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20090914_What's_the_best_way_of_getting.htm?#54B837CCDE52C11F80257633002D1E3C</link>
	</item>
	<item>
		<pubDate>Wed, 16 Sep 2009 00:35:40 +0000</pubDate>
		<title>re: What's the best way of getting a handle on a document in an embedded view?</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Peter Presnell&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; I have done a lot of research on this question in the past to build a SelectedDocuments property for a DominoView class within my .DominoFrmaework.  It seems if you cannot get a handle via  NotesUIWorkspace.Currentview then the only way I have found is to use Julian's code.&lt;br /&gt;&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20090914_What's_the_best_way_of_getting.htm?#7A64AF716C66C1CE8025763200819BF8</link>
	</item>
	<item>
		<pubDate>Mon, 14 Sep 2009 19:08:07 +0000</pubDate>
		<title>re: What's the best way of getting a handle on a document in an embedded view?</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Julian Robichaux&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; Sadly, actions on the embedded view is pretty much the answer. I also posted some Notes API code long ago (Windows-only) that might work in some circumstances:&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;http://www.nsftools.com/tips/NotesTips.htm#selecteddocsclass&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;The whole embedded view thing is a bit quirky though, so YMMV. I'd use view actions if I was you.&lt;/div&gt;&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20090914_What's_the_best_way_of_getting.htm?#CD0EB5721E05B1F68025763100639F0E</link>
	</item>
</channel></rss>
