<?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>IT Answers &#187; Lotus Notes Script</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/lotus-notes-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Thu, 20 Jun 2013 02:09:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>How to parse text from a file and paste results into stationery in Notes 6.5</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-parse-text-from-a-file-and-paste-results-into-stationery-in-notes-65/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-parse-text-from-a-file-and-paste-results-into-stationery-in-notes-65/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 04:12:29 +0000</pubDate>
		<dc:creator>TenSigh</dc:creator>
				<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[Lotus Notes Script]]></category>
		<category><![CDATA[LotusScript]]></category>
		<category><![CDATA[Parsing]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hello, I&#8217;m new to Lotusscript and have a question that probably won&#8217;t be too difficult for a seasoned script writer. Every day I have to get the first three lines from a log file and paste them into a stationery form and email it out. The log file is a basic text file and the [...]]]></description>
				<content:encoded><![CDATA[<p>Hello, I&#8217;m new to Lotusscript and have a question that probably won&#8217;t be too difficult for a seasoned script writer.<br/><br/> Every day I have to get the first three lines from a log file and paste them into a stationery form and email it out. The log file is a basic text file and the first three lines are short. I usually just copy and paste them into my stationery form and send it out, but if I could use an agent that would save the time of having to ALT-TAB, open file, select text, etc. I used KB shortcuts so it&#8217;s relatively quick but it does require that I leave notes.<br/><br/> If I could place the cursor in my stationery form then run an agent which grabs those 3 lines and pastes them in it would go really quick. The last line is the timestamp so it&#8217;s not static text. <br/><br/> Any help would be greatly appreciated.<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-parse-text-from-a-file-and-paste-results-into-stationery-in-notes-65/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lotus Forwarding Agent</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/lotus-forwarding-agent/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/lotus-forwarding-agent/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 15:52:55 +0000</pubDate>
		<dc:creator>Sdray</dc:creator>
				<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[Lotus Notes 8.5.1]]></category>
		<category><![CDATA[Lotus Notes Script]]></category>
		<category><![CDATA[LotusScript]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi there I am trying to get a LotusScript agent to forward an email and although it runs without any error messages, the email doesn&#8217;t arrive at the designated address, and there is nothing in the sent-mail box.  Sub Initialize()  Dim s As New NotesSession  Dim db As NotesDatabase  Dim view As NotesView  Dim doc [...]]]></description>
				<content:encoded><![CDATA[<p>Hi there I am trying to get a LotusScript agent to forward an email and although it runs without any error messages, the email doesn&#8217;t arrive at the designated address, and there is nothing in the sent-mail box. </p>
<div></div>
<div>Sub Initialize() 
</div>
<div>Dim s As New NotesSession </div>
<div>Dim db As NotesDatabase </div>
<div>Dim view As NotesView </div>
<div>Dim doc As NotesDocument </div>
<div>Dim forward As NotesDocument </div>
<div>Dim forwardaddress As String </div>
<div>Dim x As Integer 
</div>
<div></div>
<div>Set db = s.CurrentDatabase </div>
<div>Set view = db.getview(&#8220;MimeDefang&#8221;) </div>
<div>Set doc = view.getfirstdocument() </div>
<div>forwardaddress=&#8221;sd@gmail.com&#8221;<br />
x=0 
</div>
<div>Set forward = New NotesDocument(db) </div>
<div>Call doc.CopyAllItems(forward, True) </div>
<div>Call forward.Send(false, forwardaddress)</div>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/lotus-forwarding-agent/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Need information about Dialog list field values (Lotus Notes)</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/need-information-about-dialog-list-field-values/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/need-information-about-dialog-list-field-values/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 20:22:36 +0000</pubDate>
		<dc:creator>carlosdl</dc:creator>
				<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[Lotus Notes Script]]></category>
		<category><![CDATA[Lotus Script]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[[strong]Can the values within the Dialog list fields be tied together. Below is my scenario.[/strong] [strong]The Status Field should be tied to the Type of Request field. Both are dialog list with values.[/strong] Status field will be auto populated  with some values on what is entered into the Type of Request field,  the drop down [...]]]></description>
				<content:encoded><![CDATA[<p>[strong]Can the values within the Dialog list fields be tied together. Below is my scenario.[/strong]</p>
<p> [strong]The Status Field should be tied to the Type of Request field. Both are dialog list with values.[/strong]</p>
<p> Status field will be auto populated  with some values on what is entered into the Type of Request field,  the drop down selections under the Status field should still remain the same and the ability to change the status remain intact.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/need-information-about-dialog-list-field-values/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Lotus Notes &#8211; To-do with automated time reminder</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/lotus-notes-to-do-with-automated-time-reminder/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/lotus-notes-to-do-with-automated-time-reminder/#comments</comments>
		<pubDate>Mon, 20 Jun 2011 12:20:07 +0000</pubDate>
		<dc:creator>Abhigreen</dc:creator>
				<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[Lotus Notes 8]]></category>
		<category><![CDATA[Lotus Notes Script]]></category>
		<category><![CDATA[Lotus Script]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am using Lotus Notes 8. When I create a to-do task, I want it to prompt me to enter a time when I want to receive the task notification. Lotus Notes 8 To-Do Window only has the option of Notify Me, where I can select the no of days before/after the due date will be [...]]]></description>
				<content:encoded><![CDATA[<p>I am using Lotus Notes 8. When I create a to-do task, I want it to prompt me to enter a time when I want to receive the task notification.<br/><br/> Lotus Notes 8 To-Do Window only has the option of Notify Me, where I can select the no of days before/after the due date will be notified. No Option to enter specific time<br/><br/> I assume if I can write a script to automatically have the Reminder feature show up while entering a to-do task, then I can enter the time in the reminder tab.<br/><br/> Just dont know how to do it in Lotus Script. Any guidance is appreciated<br/><br/>  <br/><br/> Thanks<br/><br/> Abhi<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/lotus-notes-to-do-with-automated-time-reminder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Global Variables in Lotus Script</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/global-variables/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/global-variables/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 13:22:49 +0000</pubDate>
		<dc:creator>Alan327</dc:creator>
				<category><![CDATA[Global Variables]]></category>
		<category><![CDATA[Lotus Domino]]></category>
		<category><![CDATA[Lotus Domino 7.0.1]]></category>
		<category><![CDATA[Lotus Notes Script]]></category>
		<category><![CDATA[Lotus Script]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I need to transfer 4 pieces of data from a dialog box form (generated by lotus script) back to the primary form.   For consistency , I am not using the standard Cancel/OK buttons of the dialog box and since OK is not pressed, the dialog box data is not returned to the primary form.   Is there a [...]]]></description>
				<content:encoded><![CDATA[<p>I need to transfer 4 pieces of data from a dialog box form (generated by lotus script) back to the primary form.   <br/><br/> For consistency , I am not using the standard Cancel/OK buttons of the dialog box and since OK is not pressed, the dialog box data is not returned to the primary form.   <br/><br/> Is there a way to programattically use lotus script to indicate the OK button has been pressed (or whatever) so data is automatically transferred back to the primary form?<br/><br/> OR<br/><br/> Can lotus script code be added to the standard OK button and/or the button renamed?<br/><br/> OR<br/><br/> Is it possible to set a temporary global variable in the dialog box form button code and then used in the primary form when the dialog box is closed?  <br/><br/> I would rather not use the application&#8217;s profile doc.<br/><br/> o <br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/global-variables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lotus notes formula to extract senders email addresses</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/lotus-notes-formula-to-extract-senders-email-addresses/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/lotus-notes-formula-to-extract-senders-email-addresses/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 00:58:19 +0000</pubDate>
		<dc:creator>hume</dc:creator>
				<category><![CDATA[Lotus Notes 8.5]]></category>
		<category><![CDATA[Lotus Notes Address Book]]></category>
		<category><![CDATA[Lotus Notes Script]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi I need to extract senders addresses from Louts notes Delivery failure notification emails.  So  that I can list for checking . can someone help me with a formula or script syntax I have basic notes design skills cheers..   thankyou]]></description>
				<content:encoded><![CDATA[<p>Hi I need to extract senders addresses from Louts notes Delivery failure notification emails.<br/><br/>  So  that I can list for checking .<br/><br/> can someone help me with a formula or script syntax I have basic notes design skills cheers..<br/><br/>  <br/><br/> thankyou <br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/lotus-notes-formula-to-extract-senders-email-addresses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Print preview a form using Lotus Script</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/print-preview-a-form-using-lotus-script/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/print-preview-a-form-using-lotus-script/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 22:37:51 +0000</pubDate>
		<dc:creator>Crisgomez</dc:creator>
				<category><![CDATA[Lotus Notes printing]]></category>
		<category><![CDATA[Lotus Notes Script]]></category>
		<category><![CDATA[Lotus Script]]></category>
		<category><![CDATA[Lotus Script Printing]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[how to print preview a form using lotus script]]></description>
				<content:encoded><![CDATA[<p>how to print preview a form using lotus script</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/print-preview-a-form-using-lotus-script/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lotus Notes 8.5 documents to Excel worksheet</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/notes-documents-to-excel-worksheet/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/notes-documents-to-excel-worksheet/#comments</comments>
		<pubDate>Fri, 17 Dec 2010 14:46:58 +0000</pubDate>
		<dc:creator>TrinidadM</dc:creator>
				<category><![CDATA[excel]]></category>
		<category><![CDATA[Excel worksheets]]></category>
		<category><![CDATA[Lotus Notes 8.5]]></category>
		<category><![CDATA[Lotus Notes Script]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Exporting documents to Excel worksheet.  Going well, but need to have the Excel sheet open in landscape.  What would be the commands for that?  This works fine so far: currentprocess = &#8220;formatting the spreadsheet&#8221; wsheet.Name = viewname wsheet.Cells.Font.Size = 10 wsheet.Rows(&#8220;1:1&#8243;).RowHeight = 20 wsheet.Rows(&#8220;1:1&#8243;).Select wsheet.Rows(&#8220;1:1&#8243;).Font.Bold = True wsheet.Cells.EntireColumn.Autofit wsheet.Cells.WrapText = True wsheet.Columns(&#8220;A:A&#8221;).ColumnWidth = 6.14 wsheet.Columns(&#8220;B:B&#8221;).ColumnWidth [...]]]></description>
				<content:encoded><![CDATA[<p>Exporting documents to Excel worksheet.  Going well, but need to have the Excel sheet open in landscape.  What would be the commands for that?  This works fine so far:<br/><br/> currentprocess = <i>&#8220;formatting the spreadsheet&#8221; </i>wsheet.Name = viewname wsheet.Cells.Font.Size = <i>10 </i>wsheet.Rows(<i>&#8220;1:1&#8243;</i>).RowHeight = <i>20 </i>wsheet.Rows(<i>&#8220;1:1&#8243;</i>).Select wsheet.Rows(<i>&#8220;1:1&#8243;</i>).Font.Bold = <b>True </b>wsheet.Cells.EntireColumn.Autofit wsheet.Cells.WrapText = <b>True </b>wsheet.Columns(<i>&#8220;A:A&#8221;</i>).ColumnWidth = <i>6</i>.<i>14 </i>wsheet.Columns(<i>&#8220;B:B&#8221;</i>).ColumnWidth = <i>12 </i>wsheet.Columns(<i>&#8220;C:C&#8221;</i>).ColumnWidth = <i>4</i>.<i>14 </i>wsheet.Columns(<i>&#8220;D:D&#8221;</i>).ColumnWidth = <i>10</i>.<i>86 </i>wsheet.Columns(<i>&#8220;E:E&#8221;</i>).ColumnWidth = <i>14</i>.<i>71 </i>wsheet.Columns(<i>&#8220;F:F&#8221;</i>).ColumnWidth = <i>9</i>.<i>43 </i>wsheet.Columns(<i>&#8220;G:G&#8221;</i>).ColumnWidth = <i>12</i>.<i>43 </i>wsheet.Columns(<i>&#8220;H:H&#8221;</i>).ColumnWidth = <i>14</i>.<i>43 </i>wsheet.Columns(<i>&#8220;I:I&#8221;</i>).ColumnWidth = <i>30 </i>wsheet.Cells.EntireRow.Autofit wsheet.Rows.Borders.LineStyle = <i>1</i><br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/notes-documents-to-excel-worksheet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Call other database form in Lotus Notes</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/call-other-datbase-form-in-lotus/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/call-other-datbase-form-in-lotus/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 06:04:02 +0000</pubDate>
		<dc:creator>Lot</dc:creator>
				<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[Lotus Notes Database]]></category>
		<category><![CDATA[Lotus Notes R5]]></category>
		<category><![CDATA[Lotus Notes Script]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi All, I need your help building this scirpt. I have two lotus datbases Database1 Database2 Now Database 1 has form (let&#8217;s say x which has somefields) Database 2 has form ( let&#8217;t say y)  I want to open form y in datbase 2, put some link in database 2 which calls form x, enter [...]]]></description>
				<content:encoded><![CDATA[<p>Hi All,<br/><br/> I need your help building this scirpt.<br/><br/> I have two lotus datbases<br/><br/> Database1<br/><br/> Database2<br/><br/> Now Database 1 has form (let&#8217;s say x which has somefields)<br/><br/> Database 2 has form ( let&#8217;t say y)<br/><br/>  I want to open form y in datbase 2, put some link in database 2 which calls form x, enter data and populates form y as well as save form x.<br/><br/>  <br/><br/> Can any body please advice.<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/call-other-datbase-form-in-lotus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>lotus notes script for re-schedule calendar button</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/lotus-notes-script-for-re-schedule-calendar-button/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/lotus-notes-script-for-re-schedule-calendar-button/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 14:59:13 +0000</pubDate>
		<dc:creator>Ibmdesigner</dc:creator>
				<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[Lotus notes Calendar Button]]></category>
		<category><![CDATA[Lotus Notes Script]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[is there a script to create a lotus note button that overrides the scheduling of a previous calendar button?]]></description>
				<content:encoded><![CDATA[<p>is there a script to create a lotus note button that overrides the scheduling of a previous calendar button?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/lotus-notes-script-for-re-schedule-calendar-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/11 queries in 0.020 seconds using memcached
Object Caching 908/913 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-20 06:17:22 -->