<?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: Display Lotus Notes Document field</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/display-lotus-notes-document-field/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/display-lotus-notes-document-field/</link>
	<description></description>
	<lastBuildDate>Thu, 20 Jun 2013 10:32:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: bllittle</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/display-lotus-notes-document-field/#comment-98647</link>
		<dc:creator>bllittle</dc:creator>
		<pubDate>Fri, 04 Nov 2011 20:57:17 +0000</pubDate>
		<guid isPermaLink="false">#comment-98647</guid>
		<description><![CDATA[OK, another thought. Is there a way to specify the Table and Cell addresses since I&#039;ve named them and use a Write command of some kind? 

There&#039;s got to be more than one way to skin a cat as the saying goes. ;-)]]></description>
		<content:encoded><![CDATA[<p>OK, another thought. Is there a way to specify the Table and Cell addresses since I&#8217;ve named them and use a Write command of some kind? </p>
<p>There&#8217;s got to be more than one way to skin a cat as the saying goes. <img src='http://itknowledgeexchange.techtarget.com/itanswers/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bllittle</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/display-lotus-notes-document-field/#comment-98636</link>
		<dc:creator>bllittle</dc:creator>
		<pubDate>Fri, 04 Nov 2011 18:57:55 +0000</pubDate>
		<guid isPermaLink="false">#comment-98636</guid>
		<description><![CDATA[thank you for the suggestion about Advanced Menues. I found that and it was already activated (checked). I tried unchecking it and looked again, then checked it again, but to no avail.]]></description>
		<content:encoded><![CDATA[<p>thank you for the suggestion about Advanced Menues. I found that and it was already activated (checked). I tried unchecking it and looked again, then checked it again, but to no avail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: edvabnik</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/display-lotus-notes-document-field/#comment-98616</link>
		<dc:creator>edvabnik</dc:creator>
		<pubDate>Fri, 04 Nov 2011 08:15:40 +0000</pubDate>
		<guid isPermaLink="false">#comment-98616</guid>
		<description><![CDATA[You can activate advanced menu (under menu view) to see additional item as &quot;create - computed text&quot;]]></description>
		<content:encoded><![CDATA[<p>You can activate advanced menu (under menu view) to see additional item as &#8220;create &#8211; computed text&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bllittle</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/display-lotus-notes-document-field/#comment-98594</link>
		<dc:creator>bllittle</dc:creator>
		<pubDate>Thu, 03 Nov 2011 18:22:19 +0000</pubDate>
		<guid isPermaLink="false">#comment-98594</guid>
		<description><![CDATA[Unfortunately, that option does not appear under the Create menu in my company&#039;s installation. I&#039;ve looked for it under other menues and sub menues, but it just doesn&#039;t appear to be available to me. 

I guess my hope of having this functionality it shot. Yes, the values can be stored, but without some means of providing the client with visual verification they&#039;ve submitted the values they intended, that wouldn&#039;t be acceptable. 

I want to thank you, though, for your kind guidance.]]></description>
		<content:encoded><![CDATA[<p>Unfortunately, that option does not appear under the Create menu in my company&#8217;s installation. I&#8217;ve looked for it under other menues and sub menues, but it just doesn&#8217;t appear to be available to me. </p>
<p>I guess my hope of having this functionality it shot. Yes, the values can be stored, but without some means of providing the client with visual verification they&#8217;ve submitted the values they intended, that wouldn&#8217;t be acceptable. </p>
<p>I want to thank you, though, for your kind guidance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stiletto</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/display-lotus-notes-document-field/#comment-98544</link>
		<dc:creator>stiletto</dc:creator>
		<pubDate>Wed, 02 Nov 2011 14:08:38 +0000</pubDate>
		<guid isPermaLink="false">#comment-98544</guid>
		<description><![CDATA[Well, that&#039;s not going to work, because (as you already know) the cell image property is for inserting a graphic.  Notes is going to evaluate your @GetField and try to find a graphic file with that name to display.  It&#039;s not going to simply display the result of your code.  So, unless you&#039;ve got a graphic named &quot;Name1&quot;, this approach is DOA.

Instead, try placing your cursor in the table cell itself and choosing Create --&gt; Computed Text...  Put your @GetField there.]]></description>
		<content:encoded><![CDATA[<p>Well, that&#8217;s not going to work, because (as you already know) the cell image property is for inserting a graphic.  Notes is going to evaluate your @GetField and try to find a graphic file with that name to display.  It&#8217;s not going to simply display the result of your code.  So, unless you&#8217;ve got a graphic named &#8220;Name1&#8243;, this approach is DOA.</p>
<p>Instead, try placing your cursor in the table cell itself and choosing Create &#8211;&gt; Computed Text&#8230;  Put your @GetField there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bllittle</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/display-lotus-notes-document-field/#comment-98527</link>
		<dc:creator>bllittle</dc:creator>
		<pubDate>Tue, 01 Nov 2011 20:50:27 +0000</pubDate>
		<guid isPermaLink="false">#comment-98527</guid>
		<description><![CDATA[OK, I tried this by the following: 

In my table properties, I went to the cell&#039;s Cell Image source, I put:
&lt;pre&gt; @GetField(&quot;iAssignee&quot;).&lt;/pre&gt;
In the button, I have: 
&lt;pre&gt;Assignees := &quot;Name1&quot; : &quot;Name2&quot;  (etc);
Assignee := @Prompt([OkCancelEditCombo]:[NoSort]; &quot;Analysts&quot; ; &quot;Please choose an analyst for this overall issue (can be different from action item assignee)&quot;; &quot;Name1&quot;;  Assignees);
@SetField(&quot;iAssignee&quot;; Assignee);
@Command([ViewRefreshFields]); &lt;/pre&gt;

I realize that cell image is supposed to be for inserting a file but thought I might be able to use its computed value to pull in the field value. Alas, it is still simply a blank cell after update; when I look at the document properties and the fields stored, iAssignee is being properly stored, but the table still does not have any value in the cell I programmed. 

I&#039;m basically attempting to recreate functionality available in Outlook of creating a custom form within an email message. I used to design applications in Notes years ago (perhaps release 4 or so in about 1991), but since then I&#039;ve been working for employers who used Outlook. Now I&#039;m back at an employer using Notes and would like to recreate some of the ease of entry for internal clients when they have standard requests that I could provide to clients who used Outlook. 

Thanks again for your guidance.]]></description>
		<content:encoded><![CDATA[<p>OK, I tried this by the following: </p>
<p>In my table properties, I went to the cell&#8217;s Cell Image source, I put:</p>
<pre> @GetField("iAssignee").</pre>
<p>In the button, I have: </p>
<pre>Assignees := "Name1" : "Name2"  (etc);
Assignee := @Prompt([OkCancelEditCombo]:[NoSort]; "Analysts" ; "Please choose an analyst for this overall issue (can be different from action item assignee)"; "Name1";  Assignees);
@SetField("iAssignee"; Assignee);
@Command([ViewRefreshFields]); </pre>
<p>I realize that cell image is supposed to be for inserting a file but thought I might be able to use its computed value to pull in the field value. Alas, it is still simply a blank cell after update; when I look at the document properties and the fields stored, iAssignee is being properly stored, but the table still does not have any value in the cell I programmed. </p>
<p>I&#8217;m basically attempting to recreate functionality available in Outlook of creating a custom form within an email message. I used to design applications in Notes years ago (perhaps release 4 or so in about 1991), but since then I&#8217;ve been working for employers who used Outlook. Now I&#8217;m back at an employer using Notes and would like to recreate some of the ease of entry for internal clients when they have standard requests that I could provide to clients who used Outlook. </p>
<p>Thanks again for your guidance.</p>
]]></content:encoded>
	</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/9 queries in 0.012 seconds using memcached
Object Caching 342/345 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-20 10:44:40 -->