<?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>Wed, 19 Jun 2013 19:59:26 +0000</lastBuildDate>
	<title>IQJam by Elguji Software (Domino Development / LotusScript questions)</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 questions)</title>
	    <url>http://iqjam.net/iqjam/iqjam.nsf</url>
	    <link></link>
	</image>
	<item>
		<pubDate>Mon, 17 Oct 2011 13:28:39 +0000</pubDate>
		<title>Export data to Excel =&gt; PrintArea</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Ben Vanmassenhove&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=Export"&gt;Export&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=HTML"&gt;HTML&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=Excel"&gt;Excel&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=XML"&gt;XML&lt;/a&gt; &lt;br&gt;&lt;b&gt;Question:&lt;/b&gt; Hello everybody I have a lotusscript question and somebody recomended me this forum. Hopefully someone can help me... I need to export some data to excel. The exported excel file is build with html tags, like this: Print{&lt;tr&gt;} 
Print{&lt;td class=tdheader width="200"&gt;Phase&lt;/td&gt;} 
Print{&lt;td class=tdheader width="60"&gt;%&lt;/td&gt;} 
Print{&lt;td class=tdheader width="100"&gt;Start Budget&lt;/td&gt;} Print{&lt;td class=tdheader width="100"&gt;Cumul&lt;/td&gt;} 
Print{&lt;/tr&gt;} It has 16 columns. The export works fine but when I want ...&lt;br&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20111017_Export_data_to_Excel_%3D%3E_PrintA.htm</link>
	</item>
	<item>
		<pubDate>Fri, 11 Mar 2011 08:44:23 +0000</pubDate>
		<title>I need codes for counting document in a view sort by time???</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Diane Vicente&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=Lotus Notes"&gt;Lotus Notes&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=Lotusscript"&gt;Lotusscript&lt;/a&gt; &lt;br&gt;&lt;b&gt;Question:&lt;/b&gt; Button is given, I need to rely on what time the document is being created and the time that the last click in the button. The documents being counted at first time will not be count again. for example i click the button once it shows 5 for example( the number of documents found ), then when i click it without adding new documents it will show 5 again, but when i add 2 new documents before clicking the button, I will come up with 2( the number new documents) then loop. thanks, Please help me....&lt;br&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20110311_I_need_codes_for_counting_docu.htm</link>
	</item>
	<item>
		<pubDate>Thu, 06 Jan 2011 15:41:27 +0000</pubDate>
		<title>While executing a call to a db2 stored procedure my client crashes everytime, has anybody seen this?</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Bob Stephan&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=LSXLC"&gt;LSXLC&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=DB2"&gt;DB2&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=STORED PROCEDURE"&gt;STORED PROCEDURE&lt;/a&gt; &lt;br&gt;&lt;b&gt;Question:&lt;/b&gt; Running 8.5.2 connecting to an AS400. Sample code below. Option Public 
UseLSX "*lsxlc" Sub Initialize     On Error GoTo errhandle     Set session = New LCSession 
    Set con = New LCConnection ("db2") 
    con.database="SMCHQ"     con.UserID = "username" 
    con.password = "password" 
    con.procedure = "STEPHARD.QTEST"     Stop 
    con.Connect  
    session.ClearStatus     Dim INP1 As New LCFieldList    'Input parm list 
    Dim OUT1 As New LCFieldList    'Inout for result set     ' Set u...&lt;br&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20110106_While_executing_a_call_to_a_db.htm</link>
	</item>
	<item>
		<pubDate>Thu, 16 Sep 2010 19:36:41 +0000</pubDate>
		<title>Creating a file attachment without using file system</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Tim Paque&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=Lotusscript"&gt;Lotusscript&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=attachments"&gt;attachments&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=restricted"&gt;restricted&lt;/a&gt; &lt;br&gt;&lt;b&gt;Question:&lt;/b&gt; I'm kicking around the idea of producing some automated reports, and for the sake of making it operating system neutral, and able to run with restricted access.   In other words, I want write a file attachment directly onto the document without touching the disc....&lt;br&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20100916_Creating_a_file_attachment_wit.htm</link>
	</item>
	<item>
		<pubDate>Mon, 14 Sep 2009 18:13:43 +0000</pubDate>
		<title>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;Tags:&lt;/b&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=Lotusscript"&gt;Lotusscript&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=Embedded Views"&gt;Embedded Views&lt;/a&gt; &lt;br&gt;&lt;b&gt;Question:&lt;/b&gt; I'm sure other developers have seen this sort of situation before. You have a document with an embedded view, and you want to be able to select one (or more?) documents on that embedded view and do something on them. What's the neatest/cleanest/"bestest" way of doing this? (Actions on the embedded view don't count!) Also, although not essential, would love to find a solution that works on several Notes versions (6.5/7/8). Thanks! Pedro...&lt;br&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20090914_What's_the_best_way_of_getting.htm</link>
	</item>
</channel></rss>
