<?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 PUSHBOTTON in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbotton/m-p/2224550#M477917</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 CREATED A SCREEN WITH A PUSHBOTTON ,the purpose of this button  is to &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;page-down&amp;lt;/b&amp;gt; when the the screen  area if filled and the same button will act as &amp;lt;b&amp;gt;page-up&amp;lt;/b&amp;gt; to move to initial area. how should i create???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 May 2007 11:13:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-08T11:13:20Z</dc:date>
    <item>
      <title>PUSHBOTTON</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbotton/m-p/2224550#M477917</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 CREATED A SCREEN WITH A PUSHBOTTON ,the purpose of this button  is to &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;page-down&amp;lt;/b&amp;gt; when the the screen  area if filled and the same button will act as &amp;lt;b&amp;gt;page-up&amp;lt;/b&amp;gt; to move to initial area. how should i create???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 11:13:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbotton/m-p/2224550#M477917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T11:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: PUSHBOTTON</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbotton/m-p/2224551#M477918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think u can not scrool an ordinary screen. Any ordinary scren will have a fixed area and that area will occupy your scre completely. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can scrool only a screen elemtn like a table control or subscreen etc., that is present in the screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r u scrooling any of these?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;If u r having only two pages in that particular element.&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;If u r scrolling any of these u can use the name of the button as 'Page UP/Down'. If u r looking at the top of that screen elemet then it will work as 'Page Down' otherwise as 'Page Up'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;otherwise&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;u have to go for two buttons &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Dont forget to award if useful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 11:28:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbotton/m-p/2224551#M477918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T11:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: PUSHBOTTON</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbotton/m-p/2224552#M477919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    The number of rows displayed is based on the screen size (8X40).  If not all rows from  table  will fit on one screen use page up and page down buttons.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 11:45:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbotton/m-p/2224552#M477919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T11:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: PUSHBOTTON</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbotton/m-p/2224553#M477920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;In the PAI of the flow layout first check for the label name of the button if it is Page-down write the logic for the page-up and in the last line of the logic see tat u r changing the button name to page-up.&lt;/P&gt;&lt;P&gt;Write two if loops in the PAI one to check wheather the button name is page up and the other to check weather it is page down r u can use if-else loop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 12:18:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbotton/m-p/2224553#M477920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T12:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: PUSHBOTTON</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbotton/m-p/2224554#M477921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Chaitanya, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can can have a max size of 200*255 for a screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u r sure that u will have only pages in the screen, what u can do is. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can change the button name using the screen attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;otherwise&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the place of the upshbutton use a subscreen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create two subscreens one with name 'Page Down' and second with name 'Page Up'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 12:29:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbotton/m-p/2224554#M477921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T12:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: PUSHBOTTON</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbotton/m-p/2224555#M477922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u cant use one push button for 2 purposes.&lt;/P&gt;&lt;P&gt;u need to create 2 separate push buttons and write the code for each of the push button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 12:35:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbotton/m-p/2224555#M477922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T12:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: PUSHBOTTON</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbotton/m-p/2224556#M477923</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;U have to &amp;lt;b&amp;gt;award points for useful answers&amp;lt;/b&amp;gt; and u have to mention it as &amp;lt;b&amp;gt;Solved&amp;lt;/b&amp;gt; if ur question is solved. Dont forget. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 09:30:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbotton/m-p/2224556#M477923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T09:30:14Z</dc:date>
    </item>
  </channel>
</rss>

