<?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 Text Editor -options in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-editor-options/m-p/5132205#M1189636</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have been using text editor control.&lt;/P&gt;&lt;P&gt;In this when we click load file button...an &lt;STRONG&gt;open&lt;/STRONG&gt; prompt window appears..&lt;/P&gt;&lt;P&gt;there we will be finding &lt;STRONG&gt;Files of type&lt;/STRONG&gt;... dropdown..containing values like text(.txt) file and All file types..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to restrict this dropdown to single value..i mean to &lt;STRONG&gt;.txt file.&lt;/STRONG&gt;.should only be viewed omitting&lt;/P&gt;&lt;P&gt;All files option in dropdown..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using CL_GUI_TEXTEDIT..control...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any option to do it...&lt;/P&gt;&lt;P&gt;Please Help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Sandy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Feb 2009 11:58:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-02T11:58:08Z</dc:date>
    <item>
      <title>Text Editor -options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-editor-options/m-p/5132205#M1189636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have been using text editor control.&lt;/P&gt;&lt;P&gt;In this when we click load file button...an &lt;STRONG&gt;open&lt;/STRONG&gt; prompt window appears..&lt;/P&gt;&lt;P&gt;there we will be finding &lt;STRONG&gt;Files of type&lt;/STRONG&gt;... dropdown..containing values like text(.txt) file and All file types..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to restrict this dropdown to single value..i mean to &lt;STRONG&gt;.txt file.&lt;/STRONG&gt;.should only be viewed omitting&lt;/P&gt;&lt;P&gt;All files option in dropdown..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using CL_GUI_TEXTEDIT..control...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any option to do it...&lt;/P&gt;&lt;P&gt;Please Help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Sandy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 11:58:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-editor-options/m-p/5132205#M1189636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-02T11:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Text Editor -options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-editor-options/m-p/5132206#M1189637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think there is any method for this. As the dialog box opened is depending on your OS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, you can cross check the uploaded file for  " .txt " using CP (contains pattern) function of string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: xl type string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  xl = '*.txt'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF not P_FILE CP xl.  "P_FILE is name of file you will get.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Error"&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 12:10:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-editor-options/m-p/5132206#M1189637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-02T12:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Text Editor -options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-editor-options/m-p/5132207#M1189638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachin,&lt;/P&gt;&lt;P&gt;Thanks  for your reply..&lt;/P&gt;&lt;P&gt;But i need option that it should not be displayed in popup itself. only single value should be appeared.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 12:18:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-editor-options/m-p/5132207#M1189638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-02T12:18:52Z</dc:date>
    </item>
  </channel>
</rss>

