<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.oehive.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>The OpenEdge Hive - issues for Word Documents Created from OE</title>
 <link>http://www.oehive.org/project/issues</link>
 <description>Software development from an OpenEdge point of view. OE Hive provides open-source projects, freeware, wiki, forums, and other services.</description>
 <language>oehive</language>
<item>
 <title>MS WORD ReadOnly Method</title>
 <link>http://www.oehive.org/node/2059</link>
 <description>&lt;p&gt;Hi,&lt;br /&gt;
My application creates an invoice in MSWORD and then subsequently email&#039;s the document. I want to make the document &#039;Read Only&#039; before the it gets sent off. Does anybody know the syntax to achieve this?&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;
&lt;p&gt;Errol&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/node/667&quot; class=&quot;og_links&quot;&gt;ABL(4GL) General Programming Group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.oehive.org/node/2059#comments</comments>
 <group domain="http://www.oehive.org/node/667">ABL(4GL) General Programming Group</group>
 <pubDate>Fri, 10 Feb 2012 11:32:51 +0000</pubDate>
 <dc:creator>errolc</dc:creator>
 <guid isPermaLink="false">2059 at http://www.oehive.org</guid>
</item>
<item>
 <title>Word Automation &quot;InsertFile&quot; Method fails with Insufficient Memory error</title>
 <link>http://www.oehive.org/node/2123</link>
 <description>&lt;p&gt;I have a Word Automation issue that I haven&#039;t been able to get past.  Our client has roughly 4 to 5 pages of rich text stored in our Progress OE 10 database that we haven&#039;t been able to insert into a new Word document using the InsertFile method.  The text contains no images, tables, etc., just rich text.  The process is not new, and the same client has used it hundreds or maybe thousands of times for the same purpose.  The text size approaches the largest text size in use, but doesn&#039;t appear to be the largest.  The most recent change to the data was to add &quot;a few words&quot;.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/win32api&quot; class=&quot;og_links&quot;&gt;Win32 API samples&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.oehive.org/node/2123&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.oehive.org/node/2123#comments</comments>
 <group domain="http://www.oehive.org/node/667">ABL(4GL) General Programming Group</group>
 <group domain="http://www.oehive.org/win32api">Win32 API samples</group>
 <pubDate>Wed, 11 Jul 2012 13:06:27 +0000</pubDate>
 <dc:creator>NoblePursuits</dc:creator>
 <guid isPermaLink="false">2123 at http://www.oehive.org</guid>
</item>
<item>
 <title>Windows Background Process w/o Taskbar Entry</title>
 <link>http://www.oehive.org/node/1977</link>
 <description>&lt;p&gt;Does anyone know a way to launch an OE session in the background on Windows (XP) without having it show on the Windows Taskbar?  Looking to create a &quot;silent&quot; process that is run from the Windows Task Scheduler that runs frequently throughout the day, and don&#039;t want the &quot;noise&quot; for the user.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/node/667&quot; class=&quot;og_links&quot;&gt;ABL(4GL) General Programming Group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.oehive.org/node/1977#comments</comments>
 <group domain="http://www.oehive.org/node/1541">Community</group>
 <group domain="http://www.oehive.org/node/667">ABL(4GL) General Programming Group</group>
 <pubDate>Thu, 09 Jun 2011 11:25:30 +0000</pubDate>
 <dc:creator>NoblePursuits</dc:creator>
 <guid isPermaLink="false">1977 at http://www.oehive.org</guid>
</item>
<item>
 <title>Can&#039;t Seem to Set WidowControl</title>
 <link>http://www.oehive.org/node/1972</link>
 <description>&lt;p&gt;Using the the Word automation object, generally with great results. The problem is that I can&#039;t set the ParagraphFormat properties of WidowControl, KeepWithNext, or KeepTogether.&lt;/p&gt;
&lt;p&gt;The OE COM Object Viewer shows these as integer values.&lt;/p&gt;
&lt;p&gt;(from the viewer ...)&lt;br /&gt;
Property Set:	:KeepWithNext [ = Integer-Var ].&lt;/p&gt;
&lt;p&gt;This is apparently untrue, as usage of an integer will generate a type mismatch error at runtime.  Boolean values do not generate the error, but fail to set the properties, also.  I have also tried characters &quot;0&quot; and &quot;1&quot;, but they generate errors.  Any ideas???&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/node/667&quot; class=&quot;og_links&quot;&gt;ABL(4GL) General Programming Group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.oehive.org/node/1972&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.oehive.org/node/1972#comments</comments>
 <group domain="http://www.oehive.org/node/667">ABL(4GL) General Programming Group</group>
 <pubDate>Tue, 31 May 2011 12:33:02 +0000</pubDate>
 <dc:creator>NoblePursuits</dc:creator>
 <guid isPermaLink="false">1972 at http://www.oehive.org</guid>
</item>
<item>
 <title>Problems with Inserted Images (OE 10.2B/Office 2010)</title>
 <link>http://www.oehive.org/node/1946</link>
 <description>&lt;p&gt;A new Word issue is surfacing in our application now that we are on 10.2B.  We are no longer able to create re-openable Word documents in which we have inserted images.  The application has been in production for over 1 year, but since upgrading to 10.2B, this problem has arisen.&lt;/p&gt;
&lt;p&gt;We are using the &quot;Word.application&quot; automation object, and insert the images (usually into tables) using:&lt;/p&gt;
&lt;p&gt;         chShapes = chRange:InlineShapes.&lt;br /&gt;
         chShapes:AddPicture(opsysfile).&lt;/p&gt;
&lt;p&gt;Behavior:&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/node/1541&quot; class=&quot;og_links&quot;&gt;Community&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.oehive.org/node/1946&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.oehive.org/node/1946#comments</comments>
 <group domain="http://www.oehive.org/node/667">ABL(4GL) General Programming Group</group>
 <group domain="http://www.oehive.org/node/1541">Community</group>
 <pubDate>Fri, 01 Apr 2011 12:25:19 +0000</pubDate>
 <dc:creator>NoblePursuits</dc:creator>
 <guid isPermaLink="false">1946 at http://www.oehive.org</guid>
</item>
</channel>
</rss>
