<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: One Teamstudio Icon 1.1</title>
	<atom:link href="http://chadsmiley.com/chadsmiley/2005/04/one-teamstudio-icon-1-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://chadsmiley.com/chadsmiley/2005/04/one-teamstudio-icon-1-1/</link>
	<description>Things about family, life, coding, and more</description>
	<lastBuildDate>Tue, 27 Jul 2010 02:06:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Chad</title>
		<link>http://chadsmiley.com/chadsmiley/2005/04/one-teamstudio-icon-1-1/comment-page-1/#comment-2419</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Sun, 17 Apr 2005 14:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://chadsmiley.com.previewdns.com/chadsmiley/?p=1266#comment-2419</guid>
		<description>David try this, you might have to change the FullPath variable!&lt;br /&gt;&lt;br /&gt;REM {One Teamstudio Icon Modal by Chad Schelfhout.};&lt;br /&gt;REM {Visit &lt;a href=&quot;http://www.chadsmiley.com/OneTeamstudioIcon&quot;&gt;http://www.chadsmiley.com/OneTeamstudioIcon&lt;/a&gt; for the latest updates};&lt;br /&gt;&lt;br /&gt;REM {Constants};&lt;br /&gt;FullPath := &quot;C:\\program files\\lotus\\notes\\&quot;;&lt;br /&gt;TeamstudioLastSelection := &quot;TeamstudioLastSelection&quot;;&lt;br /&gt;ProfileName := &quot;ChadSmiley Tools&quot;;&lt;br /&gt;DefaultSelection := &quot;CIAO! Modal&quot;;&lt;br /&gt;&lt;br /&gt;REM {Get last selection for this database};&lt;br /&gt;TeamstudioSelection := @GetProfileField( ProfileName ; TeamstudioLastSelection ; @UserName ) ;&lt;br /&gt;&lt;br /&gt;Option := @Prompt( [OkCancelList] ; &quot;Select Option&quot; ; &quot;What would you like to do:&quot; ; @If( TeamstudioSelection = &quot;&quot; ; DefaultSelection ; TeamstudioSelection ) ; @Explode( &quot;Analyzer Modal:Configurator Modal:CIAO! Modal:Delta Modal:Profiler Modal:Design Manager (Librarian) Modal:Librarian (Design Manager) Modal:Snapper:Form Snippet:Validator (Linkchecker) Modal:Linkchecker (Validator):Modal:Script Browser&quot; ; &quot;:&quot; ) ) ;&lt;br /&gt;&lt;br /&gt;REM {Set last selection for this database};&lt;br /&gt;@SetProfileField( ProfileName ; TeamstudioLastSelection ; Option ; @UserName ) ;&lt;br /&gt;&lt;br /&gt;REM {Execute the correct option.};&lt;br /&gt;File := &quot;Nothing&quot;;&lt;br /&gt;@If(&lt;br /&gt;   Option = &quot;Analyzer Modal&quot; ; @Command([Execute]; FullPath + &quot;ndean.exe&quot;; @DbColumn (&quot;NAME&quot;:&quot;Nocache&quot;;&quot;&quot;) ) ;&lt;br /&gt;   Option = &quot;Configurator Modal&quot; ; @Command([Execute]; FullPath + &quot;nconfy.exe&quot;;@DbColumn (&quot;NAME&quot;:&quot;Nocache&quot;;&quot;&quot;) ) ;&lt;br /&gt;   Option = &quot;Script Browser&quot; ; @Set( File ; @DbColumn( &quot;TMS&quot;:&quot;NoCache&quot; ; &quot;CLSVIEW&quot;) ) ;&lt;br /&gt;   Option = &quot;Delta Modal&quot; ; @Command([Execute]; FullPath + &quot;ndelta.exe&quot;;@DbColumn(&quot;NAME&quot;:&quot;Nocache&quot;;&quot;&quot;) ) ;&lt;br /&gt;   Option = &quot;CIAO! Modal&quot; ; @Command([Execute]; FullPath + &quot;nciao.exe&quot;;@DbColumn(&quot;NAME&quot;:&quot;Nocache&quot;;&quot;&quot;) ) ;&lt;br /&gt;   Option = &quot;Profler Modal&quot; ; @Command([Execute]; &quot;nprofile.exe&quot;;@DbColumn(&quot;NAME&quot;:&quot;Nocache&quot;;&quot;&quot;) ) ;&lt;br /&gt;   Option = @Explode( &quot;Librarian (Design Manager) Modal&quot; : &quot;Librarian (Design Manager) Modal&quot; ; &quot;:&quot; ) ; @Command([Execute]; FullPath + &quot;nlibr.exe&quot;;@DbColumn(&quot;NAME&quot;:&quot;Nocache&quot;;&quot;&quot;) ) ;&lt;br /&gt;   Option = &quot;Snapper&quot; ; @Set( File ; @DbColumn( &quot;TMS&quot;:&quot;NoCache&quot; ; &quot;SNAP&quot;) ) ;&lt;br /&gt;   Option = &quot;Form Snippet&quot; ; @Command( [FileImport]; &quot;Form Snippet&quot;;&quot;&quot;) ;&lt;br /&gt;   Option = @Explode( &quot;Linkchecker (Validator) Modal&quot; : &quot;Validator (Linkchecker) Modal&quot; ; &quot;:&quot; ) ; @Command([Execute]; FullPath + &quot;nvalidator.exe&quot;;@DbColumn(&quot;NAME&quot;:&quot;Nocache&quot;;&quot;&quot;) ) ;&lt;br /&gt;   &quot;&quot; );&lt;br /&gt;&lt;br /&gt;REM {Only Analyzer and Validator open a database after execution.};&lt;br /&gt;@If ( File != &quot;Nothing&quot; &amp; Option = @Explode(&quot;Analyzer Modal&quot; : &quot;Linkchecker (Validator) Modal&quot; : &quot;Validator (Linkchecker) Modal&quot; ; &quot;:&quot; );&lt;br /&gt;   @Do(&lt;br /&gt;      @PostedCommand( [AddDatabase]; File );&lt;br /&gt;      @PostedCommand( [FileOpenDatabase]; File )&lt;br /&gt;   );&lt;br /&gt;&quot;&quot; )</description>
		<content:encoded><![CDATA[<p>David try this, you might have to change the FullPath variable!</p>
<p>REM {One Teamstudio Icon Modal by Chad Schelfhout.};<br />REM {Visit <a href="http://www.chadsmiley.com/OneTeamstudioIcon">http://www.chadsmiley.com/OneTeamstudioIcon</a> for the latest updates};</p>
<p>REM {Constants};<br />FullPath := &#8220;C:\\program files\\lotus\\notes\\&#8221;;<br />TeamstudioLastSelection := &#8220;TeamstudioLastSelection&#8221;;<br />ProfileName := &#8220;ChadSmiley Tools&#8221;;<br />DefaultSelection := &#8220;CIAO! Modal&#8221;;</p>
<p>REM {Get last selection for this database};<br />TeamstudioSelection := @GetProfileField( ProfileName ; TeamstudioLastSelection ; @UserName ) ;</p>
<p>Option := @Prompt( [OkCancelList] ; &#8220;Select Option&#8221; ; &#8220;What would you like to do:&#8221; ; @If( TeamstudioSelection = &#8220;&#8221; ; DefaultSelection ; TeamstudioSelection ) ; @Explode( &#8220;Analyzer Modal:Configurator Modal:CIAO! Modal:Delta Modal:Profiler Modal:Design Manager (Librarian) Modal:Librarian (Design Manager) Modal:Snapper:Form Snippet:Validator (Linkchecker) Modal:Linkchecker (Validator):Modal:Script Browser&#8221; ; &#8220;:&#8221; ) ) ;</p>
<p>REM {Set last selection for this database};<br />@SetProfileField( ProfileName ; TeamstudioLastSelection ; Option ; @UserName ) ;</p>
<p>REM {Execute the correct option.};<br />File := &#8220;Nothing&#8221;;<br />@If(<br />   Option = &#8220;Analyzer Modal&#8221; ; @Command([Execute]; FullPath + &#8220;ndean.exe&#8221;; @DbColumn (&#8220;NAME&#8221;:&#8221;Nocache&#8221;;&#8221;") ) ;<br />   Option = &#8220;Configurator Modal&#8221; ; @Command([Execute]; FullPath + &#8220;nconfy.exe&#8221;;@DbColumn (&#8220;NAME&#8221;:&#8221;Nocache&#8221;;&#8221;") ) ;<br />   Option = &#8220;Script Browser&#8221; ; @Set( File ; @DbColumn( &#8220;TMS&#8221;:&#8221;NoCache&#8221; ; &#8220;CLSVIEW&#8221;) ) ;<br />   Option = &#8220;Delta Modal&#8221; ; @Command([Execute]; FullPath + &#8220;ndelta.exe&#8221;;@DbColumn(&#8220;NAME&#8221;:&#8221;Nocache&#8221;;&#8221;") ) ;<br />   Option = &#8220;CIAO! Modal&#8221; ; @Command([Execute]; FullPath + &#8220;nciao.exe&#8221;;@DbColumn(&#8220;NAME&#8221;:&#8221;Nocache&#8221;;&#8221;") ) ;<br />   Option = &#8220;Profler Modal&#8221; ; @Command([Execute]; &#8220;nprofile.exe&#8221;;@DbColumn(&#8220;NAME&#8221;:&#8221;Nocache&#8221;;&#8221;") ) ;<br />   Option = @Explode( &#8220;Librarian (Design Manager) Modal&#8221; : &#8220;Librarian (Design Manager) Modal&#8221; ; &#8220;:&#8221; ) ; @Command([Execute]; FullPath + &#8220;nlibr.exe&#8221;;@DbColumn(&#8220;NAME&#8221;:&#8221;Nocache&#8221;;&#8221;") ) ;<br />   Option = &#8220;Snapper&#8221; ; @Set( File ; @DbColumn( &#8220;TMS&#8221;:&#8221;NoCache&#8221; ; &#8220;SNAP&#8221;) ) ;<br />   Option = &#8220;Form Snippet&#8221; ; @Command( [FileImport]; &#8220;Form Snippet&#8221;;&#8221;") ;<br />   Option = @Explode( &#8220;Linkchecker (Validator) Modal&#8221; : &#8220;Validator (Linkchecker) Modal&#8221; ; &#8220;:&#8221; ) ; @Command([Execute]; FullPath + &#8220;nvalidator.exe&#8221;;@DbColumn(&#8220;NAME&#8221;:&#8221;Nocache&#8221;;&#8221;") ) ;<br />   &#8220;&#8221; );</p>
<p>REM {Only Analyzer and Validator open a database after execution.};<br />@If ( File != &#8220;Nothing&#8221; &amp; Option = @Explode(&#8220;Analyzer Modal&#8221; : &#8220;Linkchecker (Validator) Modal&#8221; : &#8220;Validator (Linkchecker) Modal&#8221; ; &#8220;:&#8221; );<br />   @Do(<br />      @PostedCommand( [AddDatabase]; File );<br />      @PostedCommand( [FileOpenDatabase]; File )<br />   );<br />&#8220;&#8221; )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://chadsmiley.com/chadsmiley/2005/04/one-teamstudio-icon-1-1/comment-page-1/#comment-2420</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 15 Apr 2005 05:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://chadsmiley.com.previewdns.com/chadsmiley/?p=1266#comment-2420</guid>
		<description>All my Team studio icons work - though I don&#039;t have all the products.  The code for the Analyzer icon is:&lt;br /&gt;&lt;br /&gt;AnalysisFile := @DbLookup( &quot;TMS&quot; : &quot;NoCache&quot;; &quot;DEAN&quot; );&lt;br /&gt;@If ( @IsText(AnalysisFile);&lt;br /&gt;  @Do(&lt;br /&gt;    @PostedCommand( [AddDatabase]; AnalysisFile );&lt;br /&gt;    @PostedCommand( [FileOpenDatabase]; AnalysisFile )&lt;br /&gt;  );&lt;br /&gt;&quot;&quot; )&lt;br /&gt;&lt;br /&gt;CIAO is:&lt;br /&gt;&lt;br /&gt;@DbColumn( &quot;TMS&quot;:&quot;NoCache&quot; ; &quot;CIAO&quot;)&lt;br /&gt;&lt;br /&gt;Any help would be appreacited.  &lt;br /&gt;&lt;br /&gt;Thanks!</description>
		<content:encoded><![CDATA[<p>All my Team studio icons work &#8211; though I don&#8217;t have all the products.  The code for the Analyzer icon is:</p>
<p>AnalysisFile := @DbLookup( &#8220;TMS&#8221; : &#8220;NoCache&#8221;; &#8220;DEAN&#8221; );<br />@If ( @IsText(AnalysisFile);<br />  @Do(<br />    @PostedCommand( [AddDatabase]; AnalysisFile );<br />    @PostedCommand( [FileOpenDatabase]; AnalysisFile )<br />  );<br />&#8220;&#8221; )</p>
<p>CIAO is:</p>
<p>@DbColumn( &#8220;TMS&#8221;:&#8221;NoCache&#8221; ; &#8220;CIAO&#8221;)</p>
<p>Any help would be appreacited.  </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://chadsmiley.com/chadsmiley/2005/04/one-teamstudio-icon-1-1/comment-page-1/#comment-2418</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Wed, 13 Apr 2005 15:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://chadsmiley.com.previewdns.com/chadsmiley/?p=1266#comment-2418</guid>
		<description>I have not seen this in years.  When I originally started using the one icon that I saw this happen.&lt;br /&gt;&lt;br /&gt;Does everything work using Teamstudio&#039;s icons? If that works can you post the code of the Teamstudio icon that is causing the problem.</description>
		<content:encoded><![CDATA[<p>I have not seen this in years.  When I originally started using the one icon that I saw this happen.</p>
<p>Does everything work using Teamstudio&#8217;s icons? If that works can you post the code of the Teamstudio icon that is causing the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://chadsmiley.com/chadsmiley/2005/04/one-teamstudio-icon-1-1/comment-page-1/#comment-2421</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 13 Apr 2005 01:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://chadsmiley.com.previewdns.com/chadsmiley/?p=1266#comment-2421</guid>
		<description>Is there setup needed for this to work?  When I try to use it nothing happens. &lt;img src=&quot;http://www.chadsmiley.com/chadsmiley/home.nsf/emoticons/DLYH-5N3GHL/$FILE/sad.gif&quot;&gt;  I made sure that C:\program files\lotus\notes was in the path.  The programs do launch from a dos box but not from the button.  &lt;br /&gt;&lt;br /&gt;I tried the modal icon.&lt;br /&gt;&lt;br /&gt;Any info would be appreciated.</description>
		<content:encoded><![CDATA[<p>Is there setup needed for this to work?  When I try to use it nothing happens. <img src="http://www.chadsmiley.com/chadsmiley/home.nsf/emoticons/DLYH-5N3GHL/$FILE/sad.gif"/>  I made sure that C:\program files\lotus\notes was in the path.  The programs do launch from a dos box but not from the button.  </p>
<p>I tried the modal icon.</p>
<p>Any info would be appreciated.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
