<?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 Problem related to Dialog Programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-related-to-dialog-programming/m-p/3202813#M763390</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I add scroll bar to a sub-screen ?&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Dec 2007 13:42:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-26T13:42:16Z</dc:date>
    <item>
      <title>Problem related to Dialog Programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-related-to-dialog-programming/m-p/3202813#M763390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I add scroll bar to a sub-screen ?&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 13:42:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-related-to-dialog-programming/m-p/3202813#M763390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T13:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problem related to Dialog Programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-related-to-dialog-programming/m-p/3202814#M763391</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;we cant provide scroll bar to subscreen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is not possible to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please reward points, if it is useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;umakanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 13:45:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-related-to-dialog-programming/m-p/3202814#M763391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T13:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem related to Dialog Programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-related-to-dialog-programming/m-p/3202815#M763392</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 is not possible for subscreens, it can be done in tablecontrols and steploops.&lt;/P&gt;&lt;P&gt;we can just see the subscreen&lt;/P&gt;&lt;P&gt;we cant apply any applications to that window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please reward points,if it is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;satish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 13:50:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-related-to-dialog-programming/m-p/3202815#M763392</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T13:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem related to Dialog Programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-related-to-dialog-programming/m-p/3202816#M763393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want to add scroll bar to your table control it can done as follows.&lt;/P&gt;&lt;P&gt;(tablecontrol name)-lines = 100.&lt;/P&gt;&lt;P&gt;(tablecontrol name)-v_scroll = 'X' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for vertical scrolling&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 13:57:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-related-to-dialog-programming/m-p/3202816#M763393</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T13:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem related to Dialog Programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-related-to-dialog-programming/m-p/3202817#M763394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually the data which is to be displayed in main screen (from sub-screen) is more than the designed dimension (area) for sub-screen. Is there any other option to display that data (option other than scroll)?&lt;/P&gt;&lt;P&gt;I hope my query is clear.&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 14:03:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-related-to-dialog-programming/m-p/3202817#M763394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T14:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem related to Dialog Programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-related-to-dialog-programming/m-p/3202818#M763395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for inputs.&lt;/P&gt;&lt;P&gt;But actually its not a table data. I have to display a whole calender in the subscreen.&lt;/P&gt;&lt;P&gt;So, please suggest accordingly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 14:06:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-related-to-dialog-programming/m-p/3202818#M763395</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T14:06:23Z</dc:date>
    </item>
  </channel>
</rss>

