<?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; LotusScript conditional statements</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/lotusscript-conditional-statements/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 12:11:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Need to do Conditional Redirects in Lotus Domino</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/need-to-do-conditional-redirects/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/need-to-do-conditional-redirects/#comments</comments>
		<pubDate>Fri, 18 Feb 2011 14:15:41 +0000</pubDate>
		<dc:creator>MHanson</dc:creator>
				<category><![CDATA[Conditional values]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[LotusScript]]></category>
		<category><![CDATA[LotusScript conditional statements]]></category>
		<category><![CDATA[Redirects]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I need to detect the host_name of users hitting my public site as the page loads, then redirect certain host_names to different URLs as appropriate. The redirects will be in my application, not on the server itself.  I speak LotusScript fluently and a little Javascript. Thanks! Mike]]></description>
				<content:encoded><![CDATA[<p>I need to detect the host_name of users hitting my public site as the page loads, then redirect certain host_names to different URLs as appropriate. <br/><br/> The redirects will be in my application, not on the server itself.  I speak LotusScript fluently and a little Javascript.<br/><br/> Thanks!<br/><br/> Mike<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/need-to-do-conditional-redirects/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to set the title on Tabs dynamically (programatically)</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-set-the-title-on-tabs-dynamically-programatically/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-set-the-title-on-tabs-dynamically-programatically/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 06:42:51 +0000</pubDate>
		<dc:creator>Dheeruj</dc:creator>
				<category><![CDATA[Conditional statements]]></category>
		<category><![CDATA[Lotus development]]></category>
		<category><![CDATA[Lotus Notes 8]]></category>
		<category><![CDATA[LotusScript conditional statements]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi, We are using LotusNotes 8.0 and we would like to know how to set the title on the Tabs dynamically i.e. depending on certain conditions. Grateful if somebody can help. Thanks a lot Dheeruj]]></description>
				<content:encoded><![CDATA[<p>Hi,<br />
We are using LotusNotes 8.0 and we would like to know how to set the title on the Tabs dynamically i.e. depending on certain conditions.</p>
<p>Grateful if somebody can help.</p>
<p>Thanks a lot</p>
<p>Dheeruj</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-set-the-title-on-tabs-dynamically-programatically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pulling a view into a rich-text field</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/pulling-a-view-into-a-rich-text-field/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/pulling-a-view-into-a-rich-text-field/#comments</comments>
		<pubDate>Tue, 05 May 2009 16:25:49 +0000</pubDate>
		<dc:creator>Wasii</dc:creator>
				<category><![CDATA[LotusScript]]></category>
		<category><![CDATA[LotusScript conditional statements]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I&#8217;m looking for LotusScript code that would pull a view into a rich-text field, preferably into a table. Lotus won&#8217;t allow you to use embedded views from other databases in your forms, so this script would run PostOpen to pull the data for the rich-text field based on the &#8220;name&#8221; field &#8211; or something similar [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m looking for LotusScript code that would pull a view into a rich-text field, preferably into a table.</p>
<p>Lotus won&#8217;t allow you to use embedded views from other databases in your forms, so this script would run PostOpen to pull the data for the rich-text field based on the &#8220;name&#8221; field &#8211; or something similar (unless it&#8217;s a new document).</p>
<p>Any help would be GREATLY appreciated!</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/pulling-a-view-into-a-rich-text-field/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>LotusScript to update or create new record in source database based on request number</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/update-or-create-new-record-in-source-db-based-on-request-number-queried-in-target-db/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/update-or-create-new-record-in-source-db-based-on-request-number-queried-in-target-db/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 09:38:22 +0000</pubDate>
		<dc:creator>KTTeam</dc:creator>
				<category><![CDATA[Conditional statements]]></category>
		<category><![CDATA[Lotus development]]></category>
		<category><![CDATA[LotusScript]]></category>
		<category><![CDATA[LotusScript conditional statements]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[How to code in LotusScript to query and collect data in one db based on a request number, if number found in current database, update fields, if request number not found, create new doc the request id.]]></description>
				<content:encoded><![CDATA[<p>How to code in LotusScript to query and collect data in one db based on a request number, if number found in current database, update fields, if request number not found, create new doc the request id.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/update-or-create-new-record-in-source-db-based-on-request-number-queried-in-target-db/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 3/18 queries in 0.019 seconds using memcached
Object Caching 515/564 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 12:33:26 -->