<?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 position within table control while scrolling in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-position-within-table-control-while-scrolling/m-p/898298#M54700</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Palani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please share with me what all you have done regarding get and set cursor. I am facing similar problem where &lt;/P&gt;&lt;P&gt;I have made a Z Table Control where i have given vertical and horizontal scrolling . Now when I scroll and try to select a row, then ZTABLE_CONTROL-CURRENT_LINE fetches line number not from the top, it fetches from the current top of ztablecontrol.&lt;/P&gt;&lt;P&gt;It is onlyy changing the value on scrolling, if i do not scroll table control then value is coming correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is whenever i select any row of ZTABLE CONTROL i need to get the curent line number from top. Please guide me what should i do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Early reply will be rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Apr 2013 04:11:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-04-22T04:11:34Z</dc:date>
    <item>
      <title>Set cursor position within table control while scrolling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-position-within-table-control-while-scrolling/m-p/898292#M54694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Anybody can guide me how to set the cursor with in table control while scrolling down,normally it is going to first input filed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;palani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2005 12:49:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-position-within-table-control-while-scrolling/m-p/898292#M54694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-12T12:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Set cursor position within table control while scrolling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-position-within-table-control-while-scrolling/m-p/898293#M54695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Palani,&lt;/P&gt;&lt;P&gt;This is a duplicate questions. Anyhow try this one:&lt;/P&gt;&lt;P&gt;Try using SET CURSOR FIELD fieldname LINE steplooplineno in your PBO. Fieldname is the column fieldname of your table control. Steplooplineno is the step loop line number of your table control.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2005 19:31:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-position-within-table-control-while-scrolling/m-p/898293#M54695</guid>
      <dc:creator>nablan_umar</dc:creator>
      <dc:date>2005-01-12T19:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Set cursor position within table control while scrolling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-position-within-table-control-while-scrolling/m-p/898294#M54696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Nablan's solution.  Just remember that the fieldname in the SET CURSOR... statement must be in double quote marks and is case sensitive.  So code it as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET CURSOR FIELD "FIELD1" LINE ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current line number is available in my_control-top_line where my_control is your control name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know how it goes!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2005 21:40:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-position-within-table-control-while-scrolling/m-p/898294#M54696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-12T21:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Set cursor position within table control while scrolling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-position-within-table-control-while-scrolling/m-p/898295#M54697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks and my problem was solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;palani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2005 13:33:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-position-within-table-control-while-scrolling/m-p/898295#M54697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-13T13:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Set cursor position within table control while scrolling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-position-within-table-control-while-scrolling/m-p/898296#M54698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please do not forget to reward points as you deem appropriate.  Good to hear that you got it working!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2005 14:50:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-position-within-table-control-while-scrolling/m-p/898296#M54698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-13T14:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Set cursor position within table control while scrolling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-position-within-table-control-while-scrolling/m-p/898297#M54699</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;A small correction. In your SET CURSOR command. Field name should be in single quotes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2006 12:17:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-position-within-table-control-while-scrolling/m-p/898297#M54699</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-30T12:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Set cursor position within table control while scrolling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-position-within-table-control-while-scrolling/m-p/898298#M54700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Palani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please share with me what all you have done regarding get and set cursor. I am facing similar problem where &lt;/P&gt;&lt;P&gt;I have made a Z Table Control where i have given vertical and horizontal scrolling . Now when I scroll and try to select a row, then ZTABLE_CONTROL-CURRENT_LINE fetches line number not from the top, it fetches from the current top of ztablecontrol.&lt;/P&gt;&lt;P&gt;It is onlyy changing the value on scrolling, if i do not scroll table control then value is coming correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is whenever i select any row of ZTABLE CONTROL i need to get the curent line number from top. Please guide me what should i do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Early reply will be rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 04:11:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-position-within-table-control-while-scrolling/m-p/898298#M54700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-22T04:11:34Z</dc:date>
    </item>
  </channel>
</rss>

