<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: I_OI_WORD_PROCESSOR_DOCUMENT-REPLACE: screen starts flashing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-oi-word-processor-document-replace-screen-starts-flashing/m-p/8219474#M1628084</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is a well-known effect in OLE programming, it's easy to deactivate by deactivating the display during the execution of the commands.&lt;/P&gt;&lt;P&gt;But do you send and flush several times, or do you send only one command? In the latter case (it seems to be your case), I think you should check SAP notes or contact SAP support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Oct 2011 16:57:01 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2011-10-04T16:57:01Z</dc:date>
    <item>
      <title>I_OI_WORD_PROCESSOR_DOCUMENT-REPLACE: screen starts flashing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-oi-word-processor-document-replace-screen-starts-flashing/m-p/8219472#M1628082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;when using the REPLACE method of I_OI_WORD_PROCESSOR_DOCUMENT, the screen with the word document starts flashing with every change made in the document. This is difficult for the user that has to generate this document very often.&lt;/P&gt;&lt;P&gt;Is ther a way to avoid this flashing?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Kris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 11:16:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-oi-word-processor-document-replace-screen-starts-flashing/m-p/8219472#M1628082</guid>
      <dc:creator>former_member185171</dc:creator>
      <dc:date>2011-10-04T11:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: I_OI_WORD_PROCESSOR_DOCUMENT-REPLACE: screen starts flashing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-oi-word-processor-document-replace-screen-starts-flashing/m-p/8219473#M1628083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess this is a behaviour of the word processor. You should be able to disable this with some registry manipulation or by creating a macro in word itself... or perhaps just by changing the normal.dot template...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kr,&lt;/P&gt;&lt;P&gt;m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 14:08:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-oi-word-processor-document-replace-screen-starts-flashing/m-p/8219473#M1628083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-04T14:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: I_OI_WORD_PROCESSOR_DOCUMENT-REPLACE: screen starts flashing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-oi-word-processor-document-replace-screen-starts-flashing/m-p/8219474#M1628084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is a well-known effect in OLE programming, it's easy to deactivate by deactivating the display during the execution of the commands.&lt;/P&gt;&lt;P&gt;But do you send and flush several times, or do you send only one command? In the latter case (it seems to be your case), I think you should check SAP notes or contact SAP support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 16:57:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-oi-word-processor-document-replace-screen-starts-flashing/m-p/8219474#M1628084</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2011-10-04T16:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: I_OI_WORD_PROCESSOR_DOCUMENT-REPLACE: screen starts flashing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-oi-word-processor-document-replace-screen-starts-flashing/m-p/8219475#M1628085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oh yes! Sorry... was thinking about other sort of blinkings &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I don't think you can prevent that flush blink if you use a screen to handle user commands however. Even by passing the parameter no_flush to the method replace, there is still the automatic flush at end of PBO...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kr,&lt;/P&gt;&lt;P&gt;m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 17:42:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-oi-word-processor-document-replace-screen-starts-flashing/m-p/8219475#M1628085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-04T17:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: I_OI_WORD_PROCESSOR_DOCUMENT-REPLACE: screen starts flashing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-oi-word-processor-document-replace-screen-starts-flashing/m-p/8219476#M1628086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;in OLE programming&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;to precise things, in MS Office applications I mean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 17:54:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-oi-word-processor-document-replace-screen-starts-flashing/m-p/8219476#M1628086</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2011-10-04T17:54:44Z</dc:date>
    </item>
  </channel>
</rss>

