<?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: In SAP Script / Main window pb in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-sap-script-main-window-pb/m-p/3533386#M850036</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;In the driver program you can control the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set a counter if this is equal to 10 then print those lines, else trigger a &lt;STRONG&gt;NEW-PAGE&lt;/STRONG&gt; and print the next 10 lines..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Feb 2008 03:48:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-29T03:48:49Z</dc:date>
    <item>
      <title>In SAP Script / Main window pb</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-sap-script-main-window-pb/m-p/3533382#M850032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;would like to print in main window only 10lines. Usauly If main window full,it will overflow to next page. but my condition its not like that, If it is 10lines , remaining has to print in next page. I cannot adjust my main window for the 10lines. can any1 suggest pls..&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 03:06:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-sap-script-main-window-pb/m-p/3533382#M850032</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T03:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: In SAP Script / Main window pb</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-sap-script-main-window-pb/m-p/3533383#M850033</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 decrease the size of the main window.&lt;/P&gt;&lt;P&gt; this will solve your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful,&lt;/P&gt;&lt;P&gt;kushagra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 03:43:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-sap-script-main-window-pb/m-p/3533383#M850033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T03:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: In SAP Script / Main window pb</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-sap-script-main-window-pb/m-p/3533384#M850034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;u can put a counter and keep incrementing it till 10 and as soon as it reaches it call the command NEW-PAGE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 03:47:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-sap-script-main-window-pb/m-p/3533384#M850034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T03:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: In SAP Script / Main window pb</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-sap-script-main-window-pb/m-p/3533385#M850035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I dont want to decrease my window size.tel me any other suggestion pls. because I have used Mainwindow in 2places in first page itself. if first mainwindow full, its started to print in Next main window.Instead of priting in next main window,it has to go for next page.&lt;/P&gt;&lt;P&gt;thanks for ur reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 03:48:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-sap-script-main-window-pb/m-p/3533385#M850035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T03:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: In SAP Script / Main window pb</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-sap-script-main-window-pb/m-p/3533386#M850036</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;In the driver program you can control the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set a counter if this is equal to 10 then print those lines, else trigger a &lt;STRONG&gt;NEW-PAGE&lt;/STRONG&gt; and print the next 10 lines..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 03:48:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-sap-script-main-window-pb/m-p/3533386#M850036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T03:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: In SAP Script / Main window pb</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-sap-script-main-window-pb/m-p/3533387#M850037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set a counter if this is equal to 10 then print those lines, else trigger a NEW-PAGE and print the next 10 lines..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 04:22:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-sap-script-main-window-pb/m-p/3533387#M850037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T04:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: In SAP Script / Main window pb</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-sap-script-main-window-pb/m-p/3533388#M850038</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 u r driver write a condition that and set the counter if line count is 10 then new-page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 04:27:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-sap-script-main-window-pb/m-p/3533388#M850038</guid>
      <dc:creator>mahaboob_pathan</dc:creator>
      <dc:date>2008-02-29T04:27:54Z</dc:date>
    </item>
  </channel>
</rss>

