<?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: smartforms page in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-page/m-p/1025452#M82293</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Consider the first page:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. at the end of the main window you should insert a command node.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. in the command node you have just inserted check the flag "Go to new page"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. choose the second page in the dropdown list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. in the "Conditions" tab check the flag "Only on first page"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- if the data do not exceed the first page you will force a new page break&lt;/P&gt;&lt;P&gt;- if the data exceed the first page, the normal execution is guaranteed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Manuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Dec 2005 10:47:06 GMT</pubDate>
    <dc:creator>manuel_bassani</dc:creator>
    <dc:date>2005-12-20T10:47:06Z</dc:date>
    <item>
      <title>smartforms page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-page/m-p/1025448#M82289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I designed a smartform with 2 pages in which the footers are different for both pages.The first page is containing a table in the main area which is retrieving data dynamically and this is running into the second page as well.Now the requirement is that the 2 pages should be printed irrespective of the data is less.Right now i am getting only the first page and when the data is less.Please suggest me any solution for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Prasanna Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 09:50:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-page/m-p/1025448#M82289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-20T09:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-page/m-p/1025449#M82290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi prasanna,&lt;/P&gt;&lt;P&gt;  in the last of main area (outside the loop or table node i presume you are using) insert a command node with new page instruction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should condition the execution of this command only for the first page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way if the data finish in the first page you will force a page break (and only for the first page).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please remember to reward points for useful answers and to close the post when your problem is solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Manuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 10:03:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-page/m-p/1025449#M82290</guid>
      <dc:creator>manuel_bassani</dc:creator>
      <dc:date>2005-12-20T10:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-page/m-p/1025450#M82291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manuel!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u help me out with the command to be inserted..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;prasannna kUmar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 10:21:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-page/m-p/1025450#M82291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-20T10:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-page/m-p/1025451#M82292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prasanna Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To reolve your issue, follow the below steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Do not make table control borders as visible.&lt;/P&gt;&lt;P&gt;2) Use a overlap window and draw lines to design a table.&lt;/P&gt;&lt;P&gt;3) Arrange the borders properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sreekanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 10:37:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-page/m-p/1025451#M82292</guid>
      <dc:creator>sreekanthgo</dc:creator>
      <dc:date>2005-12-20T10:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-page/m-p/1025452#M82293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Consider the first page:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. at the end of the main window you should insert a command node.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. in the command node you have just inserted check the flag "Go to new page"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. choose the second page in the dropdown list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. in the "Conditions" tab check the flag "Only on first page"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- if the data do not exceed the first page you will force a new page break&lt;/P&gt;&lt;P&gt;- if the data exceed the first page, the normal execution is guaranteed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Manuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 10:47:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-page/m-p/1025452#M82293</guid>
      <dc:creator>manuel_bassani</dc:creator>
      <dc:date>2005-12-20T10:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-page/m-p/1025453#M82294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi manuel &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXCELLENT!&lt;/P&gt;&lt;P&gt;The code is working and i can see the 2 nd page now but the problem is that i am not getting the header section of the main window in the second page.The whole main window in the second window disappeared.Please advise&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;Prasanna Kumar&lt;/P&gt;&lt;P&gt;I will be certainly awarding points to this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 11:05:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-page/m-p/1025453#M82294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-20T11:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-page/m-p/1025454#M82295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi manuel &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXCELLENT!&lt;/P&gt;&lt;P&gt;The code is working and i can see the 2 nd page now but the problem is that i am not getting the header section of the main window in the second page.The whole main window in the second window disappeared.Please advise&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;Prasanna Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 12:43:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-page/m-p/1025454#M82295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-20T12:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-page/m-p/1025455#M82296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi prasanna,&lt;/P&gt;&lt;P&gt;sorry for the delay... i was at lunch &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in which node do you have defined the header data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried to use a secondary window and it is displayed in the second page&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PAGE1
     HEADER
          HEADER_TEXT
     MAIN
          LOOP
          NEW PAGE COMMAND

PAGE2
     HEADER
          HEADER_TEXT
     MAIN
          LOOP
          NEW PAGE COMMAND
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you use a secondary window (like in this example) or do you use the header of table node (or what else?)&lt;/P&gt;&lt;P&gt;Regards, Manuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 12:53:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-page/m-p/1025455#M82296</guid>
      <dc:creator>manuel_bassani</dc:creator>
      <dc:date>2005-12-20T12:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-page/m-p/1025456#M82297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi manuel!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I defined as per ur instructions,but my window is main window and not secondary.&lt;/P&gt;&lt;P&gt;In the main window i am defining a table again.under table main section i had coded the page break logic.Is it okay&lt;/P&gt;&lt;P&gt;Will i have to do this for both the pages?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your expert help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;prasanna kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 13:53:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-page/m-p/1025456#M82297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-20T13:53:28Z</dc:date>
    </item>
  </channel>
</rss>

