<?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 Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-editor-problem/m-p/7050468#M1501911</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 have Created a text editor in screen.But i want exactly 99rows and each row is of 60digit each.Please tell me how to control to these limits in text editor control.I have tried but i didnt get it.&lt;/P&gt;&lt;P&gt;Please help me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Neelima&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jul 2010 05:38:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-12T05:38:12Z</dc:date>
    <item>
      <title>Text Editor Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-editor-problem/m-p/7050468#M1501911</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 have Created a text editor in screen.But i want exactly 99rows and each row is of 60digit each.Please tell me how to control to these limits in text editor control.I have tried but i didnt get it.&lt;/P&gt;&lt;P&gt;Please help me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Neelima&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 05:38:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-editor-problem/m-p/7050468#M1501911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-12T05:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Text Editor Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-editor-problem/m-p/7050469#M1501912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create your internal table with 60 character lenght,&lt;/P&gt;&lt;P&gt;and give the text editor's max_number_chars = 5940 --&amp;gt;(60*99), i think this solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : begin of text_tab occurs 0,&lt;/P&gt;&lt;P&gt;          line(60),&lt;/P&gt;&lt;P&gt;       end of text_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CREATE OBJECT: editor   &lt;/P&gt;&lt;P&gt;                  EXPORTING parent = container&lt;/P&gt;&lt;P&gt;                     wordwrap_mode     = 2&lt;/P&gt;&lt;P&gt;                     wordwrap_position = 60&lt;/P&gt;&lt;P&gt;                     max_number_chars  = 5940.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 10:15:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-editor-problem/m-p/7050469#M1501912</guid>
      <dc:creator>Emre_tr</dc:creator>
      <dc:date>2010-07-12T10:15:37Z</dc:date>
    </item>
  </channel>
</rss>

