<?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: set cursor with table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-with-table-control/m-p/1332192#M169112</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if it's possible, I think the best thing to do would be to delete and recreate the table control via the wizard and make sure you ask for scrolling capability when the wizard offers it to you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Jun 2006 04:49:51 GMT</pubDate>
    <dc:creator>former_member186741</dc:creator>
    <dc:date>2006-06-01T04:49:51Z</dc:date>
    <item>
      <title>set cursor with table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-with-table-control/m-p/1332189#M169109</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 built screen with table control. in the screen i have 19 lines.&lt;/P&gt;&lt;P&gt;i read barcodes into the screen, and after each barcode there is an enter command and the cursor jumps to the next line.&lt;/P&gt;&lt;P&gt;my problem is that when the screen ends after 19 lines&lt;/P&gt;&lt;P&gt;i see in the debugger that the line number is 20 but it doesnt jump to the next page.&lt;/P&gt;&lt;P&gt;what do i have to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;yifat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2006 04:32:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-with-table-control/m-p/1332189#M169109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-01T04:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: set cursor with table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-with-table-control/m-p/1332190#M169110</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;You have to jump to next page by setting TOP_LINE field of table control:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;TABLE CONTROL&amp;gt;-TOP_LINE = 20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2006 04:34:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-with-table-control/m-p/1332190#M169110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-01T04:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: set cursor with table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-with-table-control/m-p/1332191#M169111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi!&lt;/P&gt;&lt;P&gt;thanks for your answer.&lt;/P&gt;&lt;P&gt;where do i write it in the pai or in the pbo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yifat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2006 04:45:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-with-table-control/m-p/1332191#M169111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-01T04:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: set cursor with table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-with-table-control/m-p/1332192#M169112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if it's possible, I think the best thing to do would be to delete and recreate the table control via the wizard and make sure you ask for scrolling capability when the wizard offers it to you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2006 04:49:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-with-table-control/m-p/1332192#M169112</guid>
      <dc:creator>former_member186741</dc:creator>
      <dc:date>2006-06-01T04:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: set cursor with table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-with-table-control/m-p/1332193#M169113</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;It depends on your screen flow, you have to do that statament before screen'll be displayed again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I think in PAI after LOOOP/ENDLOOP is best solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2006 04:52:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-with-table-control/m-p/1332193#M169113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-01T04:52:11Z</dc:date>
    </item>
  </channel>
</rss>

