 




<?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: Word document/PDF used as Help text</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/word-documentpdf-used-as-help-text/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/word-documentpdf-used-as-help-text/</link>
	<description></description>
	<lastBuildDate>Thu, 23 May 2013 01:41:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: danthedane</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/word-documentpdf-used-as-help-text/#comment-74809</link>
		<dc:creator>danthedane</dc:creator>
		<pubDate>Fri, 12 Mar 2010 15:19:25 +0000</pubDate>
		<guid isPermaLink="false">#comment-74809</guid>
		<description><![CDATA[UPS - the slashes in my previous posting got lost in the editor...
Here it is again:

”C:Programmer/Microsoft Office/Office10/WINWORD.EXE”

DanF]]></description>
		<content:encoded><![CDATA[<p>UPS &#8211; the slashes in my previous posting got lost in the editor&#8230;<br />
Here it is again:</p>
<p>”C:Programmer/Microsoft Office/Office10/WINWORD.EXE”</p>
<p>DanF</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danthedane</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/word-documentpdf-used-as-help-text/#comment-74808</link>
		<dc:creator>danthedane</dc:creator>
		<pubDate>Fri, 12 Mar 2010 15:16:40 +0000</pubDate>
		<guid isPermaLink="false">#comment-74808</guid>
		<description><![CDATA[From one of my older apps, I picked this for you.
First locate the Winword.exe pgm om your PC and replace my (danish) path to the program (see pgm below).
Secondly define some HELPID that can be pssed from your application pgm to target the ight documnt, and add code to the &#039;....winword.exe&#039; statement. 
&lt;pre&gt;
PGM        PARM(&amp;HELPID)                          
                                                  
DCL        VAR(&amp;HELPID) TYPE(*CHAR) LEN(7)        
DCL        VAR(&amp;PGMPATH) TYPE(*CHAR) LEN(64) +    
             VALUE(&#039;&quot;C:ProgrammerMicrosoft +    
             OfficeOffice10WINWORD.EXE&quot;&#039;)       
DCL        VAR(&amp;CMD) TYPE(*CHAR) LEN(128)          
                                                  
CHGVAR     VAR(&amp;CMD) VALUE(&amp;PGMPATH *BCAT &amp;HELPID)
                                                  
STRPCO     PCTA(*NO)                              
MONMSG     MSGID(IWS4010)                         
                                                  
STRPCCMD PCCMD(&amp;CMD) PAUSE(*YES)                  
                                                  
ENDPGM                                            
&lt;/pre&gt;

Years ago I began using browsers as my disply-help-text media.  I now even have all my apps help-texts created as pages in a Lotus Notes db that is accessible from the internet.
Thus I can add to help-texts with a snap when helpdesk gets questions over the phone from my customers.

best luck
DanF]]></description>
		<content:encoded><![CDATA[<p>From one of my older apps, I picked this for you.<br />
First locate the Winword.exe pgm om your PC and replace my (danish) path to the program (see pgm below).<br />
Secondly define some HELPID that can be pssed from your application pgm to target the ight documnt, and add code to the &#8216;&#8230;.winword.exe&#8217; statement. </p>
<pre>
PGM        PARM(&amp;HELPID)                          
                                                  
DCL        VAR(&amp;HELPID) TYPE(*CHAR) LEN(7)        
DCL        VAR(&amp;PGMPATH) TYPE(*CHAR) LEN(64) +    
             VALUE('"C:ProgrammerMicrosoft +    
             OfficeOffice10WINWORD.EXE"')       
DCL        VAR(&amp;CMD) TYPE(*CHAR) LEN(128)          
                                                  
CHGVAR     VAR(&amp;CMD) VALUE(&amp;PGMPATH *BCAT &amp;HELPID)
                                                  
STRPCO     PCTA(*NO)                              
MONMSG     MSGID(IWS4010)                         
                                                  
STRPCCMD PCCMD(&amp;CMD) PAUSE(*YES)                  
                                                  
ENDPGM                                            
</pre>
<p>Years ago I began using browsers as my disply-help-text media.  I now even have all my apps help-texts created as pages in a Lotus Notes db that is accessible from the internet.<br />
Thus I can add to help-texts with a snap when helpdesk gets questions over the phone from my customers.</p>
<p>best luck<br />
DanF</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/word-documentpdf-used-as-help-text/#comment-74796</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Fri, 12 Mar 2010 10:03:59 +0000</pubDate>
		<guid isPermaLink="false">#comment-74796</guid>
		<description><![CDATA[&lt;i&gt;The full path has to be expressed in the DOS 8.3 naming convention,...&lt;/i&gt;

Full naming is allowed. You just have to quote properly. But there are so many potential problems trying to do help text this way that path naming is one of the trivial problems.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>The full path has to be expressed in the DOS 8.3 naming convention,&#8230;</i></p>
<p>Full naming is allowed. You just have to quote properly. But there are so many potential problems trying to do help text this way that path naming is one of the trivial problems.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jac</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/word-documentpdf-used-as-help-text/#comment-51835</link>
		<dc:creator>jac</dc:creator>
		<pubDate>Fri, 22 Feb 2008 21:03:04 +0000</pubDate>
		<guid isPermaLink="false">#comment-51835</guid>
		<description><![CDATA[Thanks JB i will try it and let you know.]]></description>
		<content:encoded><![CDATA[<p>Thanks JB i will try it and let you know.</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/8 queries in 0.012 seconds using memcached
Object Caching 311/312 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-23 03:14:08 -->